get rid of unreachable code #6374
This commit is contained in:
parent
a41a57f55c
commit
6ff71d1a45
|
@ -314,11 +314,6 @@ static bool startDwellByTurningSparkPinHigh(IgnitionEvent *event, IgnitionOutput
|
|||
|
||||
if (output->outOfOrder) {
|
||||
output->outOfOrder = false;
|
||||
if (output->signalFallSparkId == event->sparkCounter) {
|
||||
// let's save this coil if things do not look right
|
||||
engine->engineState.sparkOutOfOrderCounter++;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
output->setHigh();
|
||||
|
|
Loading…
Reference in New Issue