clean-up
This commit is contained in:
parent
0af9c89ba4
commit
16d6ddd373
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue