removing dead code

This commit is contained in:
rusefi 2017-03-12 10:29:33 -04:00
parent 48884777bc
commit 8ae4b0a27d
1 changed files with 0 additions and 2 deletions

View File

@ -61,8 +61,6 @@ static void turnSparkPinLow2(IgnitionEvent *event, IgnitionOutputPin *output) {
#endif /* EFI_PROD_CODE */
}
void prepareIgnitionSchedule(IgnitionEvent *event DECLARE_ENGINE_PARAMETER_S);
void turnSparkPinLow(IgnitionEvent *event) {
for (int i = 0; i< MAX_OUTPUTS_FOR_IGNITION;i++) {
IgnitionOutputPin *output = event->outputs[i];