winebuild: Remove always false condition (Coverity).
This commit is contained in:
parent
bd6eaf918c
commit
233c8c163b
|
@ -863,8 +863,6 @@ void output_def_file( DLLSPEC *spec, int include_private )
|
|||
const ORDDEF *odp = &spec->entry_points[i];
|
||||
int is_data = 0;
|
||||
|
||||
if (!odp) continue;
|
||||
|
||||
if (odp->name) name = odp->name;
|
||||
else if (odp->export_name) name = odp->export_name;
|
||||
else continue;
|
||||
|
|
Loading…
Reference in New Issue