dead code

This commit is contained in:
rusefi 2017-12-12 17:39:41 -05:00
parent 3e7cdda396
commit 227836ee7d
1 changed files with 0 additions and 6 deletions

View File

@ -546,12 +546,6 @@ void triggerInfo(void) {
#endif /* EFI_PROD_CODE */
}
#if ! EFI_UNIT_TEST
float getTriggerDutyCycle(int index) {
return engine->triggerCentral.triggerState.getTriggerDutyCycle(index);
}
#endif
static void resetRunningTriggerCounters() {
#if !EFI_UNIT_TEST || defined(__DOXYGEN__)
engine->triggerCentral.resetCounters();