removing dead code

This commit is contained in:
rusefi 2017-03-18 20:39:42 -04:00
parent 94ae6b1160
commit 30acb6b85d
1 changed files with 7 additions and 7 deletions

View File

@ -174,13 +174,13 @@ void TriggerState::decodeTriggerEvent(trigger_event_e const signal, efitime_t no
*/ */
nextTriggerEvent() nextTriggerEvent()
; ;
if (TRIGGER_SHAPE(gapBothDirections) && considerEventForGap()) { // if (TRIGGER_SHAPE(gapBothDirections) && considerEventForGap()) {
isFirstEvent = false; // isFirstEvent = false;
thirdPreviousDuration = durationBeforePrevious; // thirdPreviousDuration = durationBeforePrevious;
durationBeforePrevious = toothed_previous_duration; // durationBeforePrevious = toothed_previous_duration;
toothed_previous_duration = currentDuration; // toothed_previous_duration = currentDuration;
toothed_previous_time = nowNt; // toothed_previous_time = nowNt;
} // }
} else { } else {
#if EFI_UNIT_TEST || defined(__DOXYGEN__) #if EFI_UNIT_TEST || defined(__DOXYGEN__)