removing dead code

This commit is contained in:
rusefi 2022-11-06 20:38:07 -05:00
parent 91808c3a0e
commit 7cc6d9c07c
1 changed files with 0 additions and 3 deletions

View File

@ -71,7 +71,6 @@
#define FAST_CALLBACK_PERIOD_MS 5
#define SLOW_CALLBACK_PERIOD_MS 50
class RpmCalculator;
struct AirmassModelBase;
#define MAF_DECODING_CACHE_SIZE 256
@ -89,8 +88,6 @@ struct AirmassModelBase;
class IEtbController;
struct IIdleController;
class Engine final : public TriggerStateListener {
public:
Engine();