removing dead code

This commit is contained in:
rusefi 2017-03-18 20:33:36 -04:00
parent 0d330b3c84
commit b1f0371f67
2 changed files with 0 additions and 3 deletions

View File

@ -30,7 +30,6 @@ void initDodgeRam(TriggerShape *s DECLARE_ENGINE_PARAMETER_S) {
void configureNeon2003TriggerShapeCrank(TriggerShape *s DECLARE_ENGINE_PARAMETER_S) {
s->initialize(FOUR_STROKE_CRANK_SENSOR, false);
s->useRiseEdge = true;
s->gapBothDirections = false;
s->setTriggerSynchronizationGap(3);
int m = 2;
@ -108,7 +107,6 @@ void configureNeon2003TriggerShapeCam(TriggerShape *s DECLARE_ENGINE_PARAMETER_S
s->initialize(FOUR_STROKE_CAM_SENSOR, !useOnlyPrimary);
s->useRiseEdge = true;
s->gapBothDirections = false;
s->tdcPosition = 496;

View File

@ -182,7 +182,6 @@ void configureHondaCbr600custom(TriggerShape *s DECLARE_ENGINE_PARAMETER_S) {
s->isSynchronizationNeeded = true;
s->setTriggerSynchronizationGap2(0.7, 1.1);
s->gapBothDirections = false;
float a = 0;