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()
;
if (TRIGGER_SHAPE(gapBothDirections) && considerEventForGap()) {
isFirstEvent = false;
thirdPreviousDuration = durationBeforePrevious;
durationBeforePrevious = toothed_previous_duration;
toothed_previous_duration = currentDuration;
toothed_previous_time = nowNt;
}
// if (TRIGGER_SHAPE(gapBothDirections) && considerEventForGap()) {
// isFirstEvent = false;
// thirdPreviousDuration = durationBeforePrevious;
// durationBeforePrevious = toothed_previous_duration;
// toothed_previous_duration = currentDuration;
// toothed_previous_time = nowNt;
// }
} else {
#if EFI_UNIT_TEST || defined(__DOXYGEN__)