Skip to content

Commit

Permalink
dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefi committed Dec 12, 2017
1 parent 3e7cdda commit 227836e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions firmware/controllers/trigger/trigger_central.cpp
Expand Up @@ -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();
Expand Down

0 comments on commit 227836e

Please sign in to comment.