cleanup: remove dead code (2)

This commit is contained in:
Daniel Kochmański 2017-02-17 14:18:45 +01:00
parent dfa4d36384
commit d9a715d7da

View file

@ -623,7 +623,7 @@ create_descriptor(cl_object stream, cl_object direction,
create_descriptor(error, @':error', &child_stderr, &parent_error);
add_external_process(the_env, process);
#if 1
ZeroMemory(&st_info, sizeof(STARTUPINFO));
st_info.cb = sizeof(STARTUPINFO);
st_info.lpTitle = NULL; /* No window title, just exec name */