only: dead code?

This commit is contained in:
rusEFI LLC 2024-04-22 23:48:55 -04:00
parent 389fde871a
commit f574f7d5d3
2 changed files with 4 additions and 2 deletions

View File

@ -240,10 +240,12 @@ void LimpManager::onIgnitionStateChanged(bool ignitionOn) {
m_ignitionOn = ignitionOn; m_ignitionOn = ignitionOn;
} }
/*
void LimpManager::reportEtbProblem() { void LimpManager::reportEtbProblem() {
m_allowEtb.clear(ClearReason::EtbProblem); m_allowEtb.clear(ClearReason::EtbProblem);
setFaultRevLimit(/*rpm*/1500); setFaultRevLimit(/ * rpm*//*1500);
} }
*/
void LimpManager::fatalError() { void LimpManager::fatalError() {
m_allowEtb.clear(ClearReason::Fatal); m_allowEtb.clear(ClearReason::Fatal);

View File

@ -128,7 +128,7 @@ public:
float getLimitingFuelCorrection() const; float getLimitingFuelCorrection() const;
// Other subsystems call these APIs to indicate a problem has occurred // Other subsystems call these APIs to indicate a problem has occurred
void reportEtbProblem(); // void reportEtbProblem();
void fatalError(); void fatalError();
Timer gdiComms; Timer gdiComms;