From 062c1ff6a7dd64f738b0af350bebfa7ebd0c387e Mon Sep 17 00:00:00 2001 From: rusefi Date: Mon, 10 Apr 2017 14:59:36 -0400 Subject: [PATCH] removing dead code --- firmware/console/status_loop.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/firmware/console/status_loop.cpp b/firmware/console/status_loop.cpp index 25d8f38745..2147c0f5bf 100644 --- a/firmware/console/status_loop.cpp +++ b/firmware/console/status_loop.cpp @@ -344,7 +344,6 @@ static void printState(void) { // ITM_SendChar(msg[i]); // } - int rpm = getRpmE(engine); if (subscription[(int) RO_TOTAL_REVOLUTION_COUNTER]) debugInt(&logger, "ckp_c", getCrankEventCounter()); if (subscription[(int) RO_RUNNING_REVOLUTION_COUNTER]) @@ -361,10 +360,6 @@ static void printState(void) { // debugInt(&logger, "idl", getIdleSwitch()); -// debugFloat(&logger, "table_spark", getAdvance(rpm, getMaf()), 2); - -// float map = getMap(); - #endif /* EFI_SHAFT_POSITION_INPUT */ }