Skip to content

Commit

Permalink
Removed unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Segfaultd committed Dec 27, 2024
1 parent 925821d commit 610c5b8
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 415 deletions.
1 change: 0 additions & 1 deletion code/framework/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ set(FRAMEWORK_SRC
src/utils/config.cpp
src/utils/interpolator.cpp
src/utils/time.cpp
src/utils/job_system.cpp
src/utils/command_listener.cpp
src/utils/command_processor.cpp
src/utils/hashing.cpp
Expand Down
210 changes: 0 additions & 210 deletions code/framework/src/utils/job_system.cpp

This file was deleted.

122 changes: 0 additions & 122 deletions code/framework/src/utils/job_system.h

This file was deleted.

2 changes: 0 additions & 2 deletions code/tests/framework_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include "unit.h"

/* TEST CATEGORIES */
#include "modules/job_system_ut.h"
#include "modules/interpolator_ut.h"
#include "modules/scripting_module_ut.h"
#include "modules/state_machine_ut.h"
Expand All @@ -22,7 +21,6 @@ int main() {
Framework::Logging::GetInstance()->PauseLogging(true);

UNIT_MODULE(interpolator);
UNIT_MODULE(job_system);
UNIT_MODULE(scripting_module);
UNIT_MODULE(state_machine);

Expand Down
Loading

0 comments on commit 610c5b8

Please sign in to comment.