summaryrefslogtreecommitdiff
path: root/lib9p/9p.generated.c
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-02 15:59:14 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-02 15:59:14 -0600
commitc077d93a390be2b00e95b3c91adf3c23bc2d0f27 (patch)
treebabe61a4ed092efbca1db59c47ae31e665103f31 /lib9p/9p.generated.c
parent227a8d2f2a7e104460399ad24b3b2963f0842e86 (diff)
lib9p: recv_tentry.basesize is dead code, remove it
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, \
}