removing dead code
This commit is contained in:
parent
94ae6b1160
commit
30acb6b85d
|
@ -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__)
|
||||||
|
|
Loading…
Reference in New Issue