conmon: Remove unused variables
Signed-off-by: Alexander Larsson <alexl@redhat.com>
This commit is contained in:
parent
215ef485df
commit
a7c61e4f9f
1 changed files with 0 additions and 2 deletions
|
@ -808,7 +808,6 @@ int main(int argc, char *argv[])
|
|||
int cpid = -1;
|
||||
int status;
|
||||
pid_t pid, main_pid, create_pid;
|
||||
_cleanup_close_ int epfd = -1;
|
||||
_cleanup_close_ int csfd = -1;
|
||||
/* Used for !terminal cases. */
|
||||
int slavefd_stdin = -1;
|
||||
|
@ -819,7 +818,6 @@ int main(int argc, char *argv[])
|
|||
int num_read;
|
||||
int sync_pipe_fd = -1;
|
||||
int start_pipe_fd = -1;
|
||||
int len;
|
||||
GError *error = NULL;
|
||||
GOptionContext *context;
|
||||
GPtrArray *runtime_argv = NULL;
|
||||
|
|
Loading…
Reference in a new issue