From f6bebd7eb786fa59653d4f3babc9f1dc5cccee2d Mon Sep 17 00:00:00 2001 From: rusefi Date: Tue, 29 Oct 2019 16:32:46 -0400 Subject: [PATCH] fixing simulator start-up. how did CI miss this? is CI not doing anything? :( --- simulator/simulator/rusEfiFunctionalTest.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/simulator/simulator/rusEfiFunctionalTest.cpp b/simulator/simulator/rusEfiFunctionalTest.cpp index 091e0b77dc..0d800224cb 100644 --- a/simulator/simulator/rusEfiFunctionalTest.cpp +++ b/simulator/simulator/rusEfiFunctionalTest.cpp @@ -119,9 +119,6 @@ void rusEfiFunctionalTest(void) { initTriggerCentral(&sharedLogger); initTriggerEmulator(&sharedLogger PASS_ENGINE_PARAMETER_SUFFIX); -#if EFI_MAP_AVERAGING - initMapAveraging(&sharedLogger PASS_ENGINE_PARAMETER_SUFFIX); -#endif /* EFI_MAP_AVERAGING */ initMainEventListener(&sharedLogger PASS_ENGINE_PARAMETER_SUFFIX);