Skip to content

Commit

Permalink
Remove unused vars.
Browse files Browse the repository at this point in the history
  • Loading branch information
meisterT committed Feb 23, 2024
1 parent eee52ed commit e3155c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions judge/runguard.cc
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ pid_t child_pid = -1;
static volatile sig_atomic_t received_SIGCHLD = 0;
static volatile sig_atomic_t received_signal = -1;

FILE *child_stdout;
FILE *child_stderr;
int child_pipefd[3][2];
int child_redirfd[3];

Expand Down

0 comments on commit e3155c4

Please sign in to comment.