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 86e175b commit 6a70893Copy full SHA for 6a70893
judge/judgedaemon.main.php
@@ -790,8 +790,6 @@ function fetch_executable_internal(
790
logmsg(LOG_INFO,
791
"⇝ Received " . sizeof($row) . " '" . $type . "' judge tasks (endpoint $endpointID)");
792
793
- $jobId = $row[0]['jobid'];
794
-
795
if ($type == 'prefetch') {
796
if ($lastWorkdir !== null) {
797
cleanup_judging($lastWorkdir);
0 commit comments