dead code
This commit is contained in:
parent
ea22fcbe95
commit
2a949f6cd2
|
@ -25,7 +25,6 @@ extern uint32_t maxPrecisionCallbackDuration;
|
|||
#endif /* EFI_PROD_CODE */
|
||||
|
||||
extern uint32_t maxSchedulingPrecisionLoss;
|
||||
extern uint32_t *cyccnt;
|
||||
|
||||
void resetMaxValues() {
|
||||
#if (EFI_PROD_CODE || EFI_SIMULATOR) && EFI_SHAFT_POSITION_INPUT
|
||||
|
|
|
@ -331,13 +331,6 @@ static void handleFuel(const bool limitedFuel, uint32_t trgEventIndex, int rpm,
|
|||
fs->onTriggerTooth(rpm, nowNt, currentPhase, nextPhase);
|
||||
}
|
||||
|
||||
#if EFI_PROD_CODE
|
||||
/**
|
||||
* this field is used as an Expression in IAR debugger
|
||||
*/
|
||||
uint32_t *cyccnt = (uint32_t*) &DWT->CYCCNT;
|
||||
#endif
|
||||
|
||||
bool noFiringUntilVvtSync(vvt_mode_e vvtMode) {
|
||||
auto operationMode = engine->getOperationMode();
|
||||
|
||||
|
|
Loading…
Reference in New Issue