(pipe_execv): remove unused variable
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10146 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 1998 - 2000 Kungliga Tekniska H<>gskolan
|
* Copyright (c) 1998 - 2001 Kungliga Tekniska H<>gskolan
|
||||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
@@ -90,7 +90,6 @@ pipe_execv(FILE **stdin_fd, FILE **stdout_fd, FILE **stderr_fd,
|
|||||||
pid_t pid;
|
pid_t pid;
|
||||||
va_list ap;
|
va_list ap;
|
||||||
char **argv;
|
char **argv;
|
||||||
int ret;
|
|
||||||
|
|
||||||
if(stdin_fd != NULL)
|
if(stdin_fd != NULL)
|
||||||
pipe(in_fd);
|
pipe(in_fd);
|
||||||
|
Reference in New Issue
Block a user