From e40ca12d2e4de4724934d96aeea43c03f5c51b67 Mon Sep 17 00:00:00 2001 From: rusEfi Date: Mon, 1 Jan 2018 19:05:20 -0500 Subject: [PATCH] removing dead code --- firmware/controllers/algo/fuel_math.cpp | 2 -- 1 file changed, 2 deletions(-) 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 */