This commit is contained in:
rusefi 2017-03-09 01:10:53 -05:00
parent 4bf5456457
commit 768c26e772
1 changed files with 0 additions and 3 deletions

View File

@ -163,9 +163,6 @@ bool isCrankingE(Engine *engine) {
return isCrankingR(rpm);
}
/**
* WARNING: this is a heavy method because 'getRpm()' is relatively heavy
*/
bool isCranking(void) {
return isCrankingE(engine);
}