Index: firmware/App/Controllers/DialOutFlow.c =================================================================== diff -u -rbaa9fb9bb10eed6cd211abaa80e9f9acffdeb20d -r09c9b0a231958ecb06bb868d136bfd99b5be07b9 --- firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision baa9fb9bb10eed6cd211abaa80e9f9acffdeb20d) +++ firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision 09c9b0a231958ecb06bb868d136bfd99b5be07b9) @@ -170,9 +170,6 @@ static U32 errorDialOutRotorSpeedPersistTimerCtr = 0; ///< Persistence timer counter for rotor speed error condition. static U32 errorDialOutPumpDirectionPersistTimerCtr = 0; ///< Persistence timer counter for pump direction error condition. -static DIAL_OUT_PUMP_SELF_TEST_STATE_T dialOutPumpSelfTestState = DIAL_OUT_PUMP_SELF_TEST_STATE_START; ///< Current state of the dialysate outlet pump self-test state machine. -static U32 dialOutPumpSelfTestTimerCount = 0; ///< Timer counter for time reference during self-test. - static U08 lastDialOutPumpDirectionCount = 0; ///< Previous pump direction error count reported by FPGA // ********** private function prototypes **********