mirror of
https://github.com/mirror/make.git
synced 2026-09-04 21:52:55 +08:00
Ifdef away unused w32 functions.
w32/subproc/sub_proc.c (proc_stdin_thread, proc_stdout_thread) (proc_stderr_thread, process_pipe_io): Ifdef away unused functions.
This commit is contained in:
@@ -731,6 +731,7 @@ process_begin(
|
||||
|
||||
|
||||
|
||||
#if 0 /* unused */
|
||||
static DWORD
|
||||
proc_stdin_thread(sub_process *pproc)
|
||||
{
|
||||
@@ -975,6 +976,7 @@ process_pipe_io(
|
||||
return(0);
|
||||
|
||||
}
|
||||
#endif /* unused */
|
||||
|
||||
/*
|
||||
* Purpose: collects output from child process and returns results
|
||||
|
||||
Reference in New Issue
Block a user