RedChannel: remove unused BufDescriptor struct

This commit is contained in:
Jonathon Jongsma 2015-07-31 17:32:16 +01:00 committed by Christophe Fergeau
parent 4243d2a645
commit 73fafae5c7

View File

@ -127,11 +127,6 @@ typedef struct OutgoingHandler {
/* Red Channel interface */
typedef struct BufDescriptor {
uint32_t size;
uint8_t *data;
} BufDescriptor;
typedef struct RedChannel RedChannel;
typedef struct RedChannelClient RedChannelClient;
typedef struct RedClient RedClient;