Skip to content

Commit 6991125

Browse files
committed
Remove unused vars.
1 parent 29a07ec commit 6991125

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

judge/runguard.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ pid_t child_pid = -1;
151151
static volatile sig_atomic_t received_SIGCHLD = 0;
152152
static volatile sig_atomic_t received_signal = -1;
153153

154-
FILE *child_stdout;
155-
FILE *child_stderr;
156154
int child_pipefd[3][2];
157155
int child_redirfd[3];
158156

0 commit comments

Comments
 (0)