mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-04-27 11:40:45 -07:00
cleanup: remove unused variable
This commit is contained in:
parent
470f6d7dd0
commit
00bfed0386
1 changed files with 1 additions and 1 deletions
|
|
@ -351,7 +351,7 @@ cl_object
|
|||
si_run_program_inner(cl_object command, cl_object argv, cl_object environ) {
|
||||
cl_env_ptr the_env = ecl_process_env();
|
||||
int parent_write = 0, parent_read = 0, parent_error = 0;
|
||||
cl_object pid, stream_write, stream_read, exit_status;
|
||||
cl_object pid, stream_read, exit_status;
|
||||
|
||||
command = si_copy_to_simple_base_string(command);
|
||||
environ = cl_mapcar(2, @'si::copy-to-simple-base-string', environ);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue