dead code

This commit is contained in:
Andrey 2022-09-01 00:23:19 -04:00
parent ea22fcbe95
commit 2a949f6cd2
2 changed files with 0 additions and 8 deletions

View File

@ -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

View File

@ -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();