summaryrefslogtreecommitdiff
path: root/lib9p/9p.generated.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib9p/9p.generated.c')
-rw-r--r--lib9p/9p.generated.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib9p/9p.generated.c b/lib9p/9p.generated.c
index 8819458..3031392 100644
--- a/lib9p/9p.generated.c
+++ b/lib9p/9p.generated.c
@@ -4765,7 +4765,6 @@ const uint32_t _lib9p_table_msg_min_size[LIB9P_VER_NUM] = {
};
#define _MSG_RECV(typ) [LIB9P_TYP_##typ/2] = { \
- .basesize = sizeof(struct lib9p_msg_##typ), \
.validate = validate_##typ, \
.unmarshal = (_unmarshal_fn_t)unmarshal_##typ, \
}