Commit 233c8c16 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

winebuild: Remove always false condition (Coverity).

parent bd6eaf91
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment