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