xpp: Remove unused "datalen" field from xframe
Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com>
This commit is contained in:
parent
3d8d7995d7
commit
17ac18d675
@ -127,7 +127,6 @@ bool valid_xpd_addr(const struct xpd_addr *addr);
|
|||||||
#define XENTRY(prototab, module, op) \
|
#define XENTRY(prototab, module, op) \
|
||||||
[ XPROTO_NAME(module, op) ] = { \
|
[ XPROTO_NAME(module, op) ] = { \
|
||||||
.handler = XPROTO_HANDLER(module, op), \
|
.handler = XPROTO_HANDLER(module, op), \
|
||||||
.datalen = RPACKET_SIZE(module, op), \
|
|
||||||
.name = #op, \
|
.name = #op, \
|
||||||
.table = &PROTO_TABLE(prototab) \
|
.table = &PROTO_TABLE(prototab) \
|
||||||
}
|
}
|
||||||
@ -288,7 +287,6 @@ struct xops {
|
|||||||
|
|
||||||
struct xproto_entry {
|
struct xproto_entry {
|
||||||
xproto_handler_t handler;
|
xproto_handler_t handler;
|
||||||
int datalen;
|
|
||||||
const char *name;
|
const char *name;
|
||||||
xproto_table_t *table;
|
xproto_table_t *table;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user