This commit is contained in:
Andrey 2023-11-02 10:32:04 -04:00
parent 0af9c89ba4
commit 16d6ddd373
1 changed files with 0 additions and 2 deletions

View File

@ -344,8 +344,6 @@ float IdleController::getIdlePosition(float rpm) {
auto phase = determinePhase(rpm, targetRpm, tps, vehicleSpeed, crankingTaper);
m_lastPhase = phase;
bool isAutomaticIdle = tps.Valid && engineConfiguration->idleMode == IM_AUTO;
finishIdleTestIfNeeded();
undoIdleBlipIfNeeded();