diff --git a/unit_tests/main.cpp b/unit_tests/main.cpp index c6cdb5377e..beb33ff13b 100644 --- a/unit_tests/main.cpp +++ b/unit_tests/main.cpp @@ -138,7 +138,6 @@ int main(void) { testFuelMap(); testEngineMath(); testIgnitionPlanning(); - testEventRegistry(); testSensors(); testCyclicBuffer(); testCrc(); diff --git a/unit_tests/test_data_structures/test_event_registry.cpp b/unit_tests/test_data_structures/test_event_registry.cpp index fc042d2b3c..4ef84cf757 100644 --- a/unit_tests/test_data_structures/test_event_registry.cpp +++ b/unit_tests/test_data_structures/test_event_registry.cpp @@ -9,5 +9,3 @@ #include "test_event_registry.h" #include "main.h" -void testEventRegistry(void) { -}