mirror of
https://github.com/Genymobile/scrcpy
synced 2025-01-29 19:52:49 +00:00
Remove duplicate function declaration
The function process_terminate() was declared twice.
This commit is contained in:
parent
fcc04f967b
commit
e80e6631e4
@ -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 New Issue
Block a user