Epic: Remove FSIO #2928

This commit is contained in:
rusefi 2021-11-14 14:37:36 -05:00
parent 1806c9876b
commit cdeeb6f966
1 changed files with 0 additions and 2 deletions

View File

@ -76,8 +76,6 @@ static LENameOrdinalPair leFuelRate(LE_METHOD_FUEL_FLOW_RATE, "fuel_flow");
static LEElement sysElements[SYS_ELEMENT_POOL_SIZE] CCM_OPTIONAL;
CCM_OPTIONAL LEElementPool sysPool(sysElements, SYS_ELEMENT_POOL_SIZE);
static LEElement userElements[UD_ELEMENT_POOL_SIZE] CCM_OPTIONAL;
static LEElement * fuelPumpLogic;
static LEElement * starterRelayDisableLogic;