Commit 40a69ae8 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

cmd: Remove dead assignment (clang).

parent f33f7a5d
......@@ -1196,8 +1196,6 @@ void WCMD_run_program (WCHAR *command, BOOL called)
if (!status)
break;
called = FALSE; /* No need to retry as we launched something */
if (!assumeInternal && !console) errorlevel = 0;
else
{
......
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