Remove the unused CommandInterface.{init,pump,handlerTable} fields.

This commit is contained in:
László Monda
2017-04-14 15:25:25 +02:00
parent b3450bae68
commit 2cf8be92eb

View File

@@ -40,9 +40,6 @@ typedef struct CommandProcessorData {
// Interface to command processor operations.
typedef struct CommandInterface {
status_t (*init)(void);
status_t (*pump)(void);
const command_handler_entry_t *handlerTable;
command_processor_data_t *stateData;
} command_interface_t;