dead code
This commit is contained in:
parent
3e7cdda396
commit
227836ee7d
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue