removing dead code
This commit is contained in:
parent
cec2208a1b
commit
c550051fa9
|
@ -94,7 +94,6 @@ static LoggingWithStorage logger("Engine Controller");
|
||||||
#if (EFI_PROD_CODE || EFI_SIMULATOR) || defined(__DOXYGEN__)
|
#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?
|
* todo: this should probably become 'static', i.e. private, and propagated around explicitly?
|
||||||
*/
|
*/
|
||||||
Engine _engine CCM_OPTIONAL;
|
Engine _engine CCM_OPTIONAL;
|
||||||
|
@ -108,8 +107,6 @@ Engine * engine = &_engine;
|
||||||
*/
|
*/
|
||||||
#define CLEANUP_MODE_TPS 90
|
#define CLEANUP_MODE_TPS 90
|
||||||
|
|
||||||
extern OutputPin runningPin;
|
|
||||||
|
|
||||||
static msg_t csThread(void) {
|
static msg_t csThread(void) {
|
||||||
chRegSetThreadName("status");
|
chRegSetThreadName("status");
|
||||||
#if EFI_SHAFT_POSITION_INPUT || defined(__DOXYGEN__)
|
#if EFI_SHAFT_POSITION_INPUT || defined(__DOXYGEN__)
|
||||||
|
|
Loading…
Reference in New Issue