reducing complexity

This commit is contained in:
rusefi 2019-12-02 23:29:06 -05:00
parent 1c96d9541e
commit 3298283973
1 changed files with 0 additions and 1 deletions

View File

@ -128,7 +128,6 @@ void EngineTestHelper::fireTriggerEvents2(int count, float durationMs) {
void EngineTestHelper::clearQueue() {
engine.executor.executeAll(99999999); // this is needed to clear 'isScheduled' flag
ASSERT_EQ( 0, engine.executor.size()) << "Failed to clearQueue";
engine.ignitionEventsHead = nullptr; // let's drop whatever was scheduled just to start from a clean state
}
int EngineTestHelper::executeActions() {