From 66630c3c9c0669a2c8faf840f7260b0d0dc664aa Mon Sep 17 00:00:00 2001 From: rusefi Date: Wed, 1 Mar 2017 21:14:41 -0500 Subject: [PATCH] removing dead code --- unit_tests/main.cpp | 1 - unit_tests/test_data_structures/test_event_registry.cpp | 2 -- 2 files changed, 3 deletions(-) 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) { -}