Remove duplicate function declaration
The function process_terminate() was declared twice.
This commit is contained in:
parent
fcc04f967b
commit
e80e6631e4
1 changed files with 0 additions and 3 deletions
|
@ -47,9 +47,6 @@ process_execute_redirect(const char *const argv[], process_t *process,
|
|||
pipe_t *pipe_stdin, pipe_t *pipe_stdout,
|
||||
pipe_t *pipe_stderr);
|
||||
|
||||
bool
|
||||
process_terminate(process_t pid);
|
||||
|
||||
// kill the process
|
||||
bool
|
||||
process_terminate(process_t pid);
|
||||
|
|
Loading…
Reference in a new issue