Skip to content

Commit

Permalink
Merge pull request #232 from Tagl/remove_trash
Browse files Browse the repository at this point in the history
Remove unused variable in default validator
  • Loading branch information
pehrsoderman authored Jun 25, 2023
2 parents ea95133 + 71079e8 commit 307d417
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion support/default_validator/default_validator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ int main(int argc, char **argv) {
judgeans_line = stdin_line = 1;

std::string judge, team;
char trash[20];
while (true) {
// Space! Can't live with it, can't live without it...
while (isspace(judgeans.peek())) {
Expand Down

0 comments on commit 307d417

Please sign in to comment.