diff --git a/firmware/controllers/algo/fuel_math.cpp b/firmware/controllers/algo/fuel_math.cpp index af7dea5437..cffc2e7a02 100644 --- a/firmware/controllers/algo/fuel_math.cpp +++ b/firmware/controllers/algo/fuel_math.cpp @@ -47,8 +47,6 @@ extern fuel_Map3D_t ve2Map; extern afr_Map3D_t afrMap; extern baroCorr_Map3D_t baroCorrMap; -static float fuelRate = 0.0f; - /** * @return total duration of fuel injection per engine cycle, in milliseconds */