Skip to content

Commit

Permalink
Removing obsolete Mono boxes.
Browse files Browse the repository at this point in the history
  • Loading branch information
krulis-martin committed Jul 22, 2024
1 parent a1460b8 commit a4152c9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 285 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*/
class EvaluationTaskResult extends TaskResult
{

/** @var float|null Explicit score from the results */
private $score = null;

Expand Down
3 changes: 0 additions & 3 deletions app/helpers/ExerciseConfig/Pipeline/Box/BoxService.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
*/
class BoxService
{

/**
* Associative array indexed by type identifier and containing
* identifications of box classes.
Expand All @@ -38,8 +37,6 @@ public function __construct()
ElfExecutionBox::$ELF_EXEC_TYPE => ElfExecutionBox::class,
WrappedExecutionBox::$BOX_TYPE => WrappedExecutionBox::class,
FpcCompilationBox::$FPC_TYPE => FpcCompilationBox::class,
MonoCompilationBox::$MCS_TYPE => MonoCompilationBox::class,
MonoExecutionBox::$MONO_EXEC_TYPE => MonoExecutionBox::class,
FetchFilesBox::$FETCH_TYPE => FetchFilesBox::class,
FetchFileBox::$FETCH_TYPE => FetchFileBox::class,
Python3RunBox::$BOX_TYPE => Python3RunBox::class,
Expand Down
164 changes: 0 additions & 164 deletions app/helpers/ExerciseConfig/Pipeline/Box/Boxes/MonoCompilationBox.php

This file was deleted.

117 changes: 0 additions & 117 deletions app/helpers/ExerciseConfig/Pipeline/Box/Boxes/MonoExecutionBox.php

This file was deleted.

0 comments on commit a4152c9

Please sign in to comment.