removing dead code
This commit is contained in:
parent
d877069f56
commit
66630c3c9c
|
@ -138,7 +138,6 @@ int main(void) {
|
|||
testFuelMap();
|
||||
testEngineMath();
|
||||
testIgnitionPlanning();
|
||||
testEventRegistry();
|
||||
testSensors();
|
||||
testCyclicBuffer();
|
||||
testCrc();
|
||||
|
|
|
@ -9,5 +9,3 @@
|
|||
#include "test_event_registry.h"
|
||||
#include "main.h"
|
||||
|
||||
void testEventRegistry(void) {
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue