Skip to content

Commit 9be5871

Browse files
committed
Remove unused variable.
1 parent 29a6717 commit 9be5871

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

judge/judgedaemon.main.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -789,8 +789,6 @@ function fetch_executable_internal(
789789
logmsg(LOG_INFO,
790790
"⇝ Received " . sizeof($row) . " '" . $type . "' judge tasks (endpoint $endpointID)");
791791

792-
$jobId = $row[0]['jobid'];
793-
794792
if ($type == 'prefetch') {
795793
if ($lastWorkdir !== null) {
796794
cleanup_judging($lastWorkdir);

0 commit comments

Comments
 (0)