We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a6717 commit 9be5871Copy full SHA for 9be5871
judge/judgedaemon.main.php
@@ -789,8 +789,6 @@ function fetch_executable_internal(
789
logmsg(LOG_INFO,
790
"⇝ Received " . sizeof($row) . " '" . $type . "' judge tasks (endpoint $endpointID)");
791
792
- $jobId = $row[0]['jobid'];
793
-
794
if ($type == 'prefetch') {
795
if ($lastWorkdir !== null) {
796
cleanup_judging($lastWorkdir);
0 commit comments