Skip to content

Commit 6a70893

Browse files
committed
Remove unused variable.
1 parent 86e175b commit 6a70893

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
@@ -790,8 +790,6 @@ function fetch_executable_internal(
790790
logmsg(LOG_INFO,
791791
"⇝ Received " . sizeof($row) . " '" . $type . "' judge tasks (endpoint $endpointID)");
792792

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

0 commit comments

Comments
 (0)