a bit of dead code
This commit is contained in:
parent
6bdb8c50bf
commit
7da59dd41d
|
@ -258,7 +258,6 @@ float LoadAccelEnrichment::getEngineLoadEnrichment(DECLARE_ENGINE_PARAMETER_SIGN
|
||||||
|
|
||||||
void AccelEnrichment::resetAE() {
|
void AccelEnrichment::resetAE() {
|
||||||
cb.clear();
|
cb.clear();
|
||||||
previousValue = NAN;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void TpsAccelEnrichment::resetAE() {
|
void TpsAccelEnrichment::resetAE() {
|
||||||
|
|
|
@ -30,9 +30,6 @@ public:
|
||||||
void setLength(int length);
|
void setLength(int length);
|
||||||
cyclic_buffer<float> cb;
|
cyclic_buffer<float> cb;
|
||||||
void onNewValue(float currentValue DECLARE_ENGINE_PARAMETER_SUFFIX);
|
void onNewValue(float currentValue DECLARE_ENGINE_PARAMETER_SUFFIX);
|
||||||
|
|
||||||
private:
|
|
||||||
float previousValue;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class LoadAccelEnrichment : public AccelEnrichment {
|
class LoadAccelEnrichment : public AccelEnrichment {
|
||||||
|
|
Loading…
Reference in New Issue