couple of dead lines
This commit is contained in:
parent
84e732846b
commit
831dbde538
|
@ -68,7 +68,6 @@ public:
|
|||
|
||||
AuxActor auxValves[AUX_DIGITAL_VALVE_COUNT][2];
|
||||
|
||||
bool needTdcCallback = true;
|
||||
/**
|
||||
* if 2nd TPS is not configured we do not run 2nd ETB
|
||||
*/
|
||||
|
|
|
@ -296,9 +296,6 @@ static char rpmBuffer[_MAX_FILLER];
|
|||
* digital sniffer.
|
||||
*/
|
||||
static void onTdcCallback(Engine *engine) {
|
||||
if (!engine->needTdcCallback) {
|
||||
return;
|
||||
}
|
||||
EXPAND_Engine;
|
||||
itoa10(rpmBuffer, GET_RPM());
|
||||
#if EFI_ENGINE_SNIFFER
|
||||
|
|
Loading…
Reference in New Issue