winebuild: Remove always false condition (Coverity).

oldstable
Nikolay Sivov 2015-06-03 14:25:52 +03:00 committed by Alexandre Julliard
parent bd6eaf918c
commit 233c8c163b
1 changed files with 0 additions and 2 deletions

View File

@ -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;