mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-24 05:21:20 -08:00
cleanup: remove dead code (2)
This commit is contained in:
parent
dfa4d36384
commit
d9a715d7da
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue