diff options
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/system.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/lib/system.c b/source3/lib/system.c index 25925b6d8e..9ef0af494f 100644 --- a/source3/lib/system.c +++ b/source3/lib/system.c @@ -968,7 +968,6 @@ FILE *sys_popen(const char *command, const char *mode) int parent_end, child_end; int pipe_fds[2]; popen_list *entry = NULL; - pid_t child_pid; char **argl = NULL; if (pipe(pipe_fds) < 0) |