removing dead code

This commit is contained in:
rusefi 2017-03-19 17:37:21 -04:00
parent cec2208a1b
commit c550051fa9
1 changed files with 0 additions and 3 deletions

View File

@ -94,7 +94,6 @@ static LoggingWithStorage logger("Engine Controller");
#if (EFI_PROD_CODE || EFI_SIMULATOR) || defined(__DOXYGEN__)
/**
* todo: eliminate constructor parameter so that _engine could be moved to CCM_OPTIONAL
* todo: this should probably become 'static', i.e. private, and propagated around explicitly?
*/
Engine _engine CCM_OPTIONAL;
@ -108,8 +107,6 @@ Engine * engine = &_engine;
*/
#define CLEANUP_MODE_TPS 90
extern OutputPin runningPin;
static msg_t csThread(void) {
chRegSetThreadName("status");
#if EFI_SHAFT_POSITION_INPUT || defined(__DOXYGEN__)