diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-02 15:59:14 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-02 15:59:14 -0600 |
commit | c077d93a390be2b00e95b3c91adf3c23bc2d0f27 (patch) | |
tree | babe61a4ed092efbca1db59c47ae31e665103f31 /lib9p/internal.h | |
parent | 227a8d2f2a7e104460399ad24b3b2963f0842e86 (diff) |
lib9p: recv_tentry.basesize is dead code, remove it
Diffstat (limited to 'lib9p/internal.h')
-rw-r--r-- | lib9p/internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib9p/internal.h b/lib9p/internal.h index 92340a5..51bf792 100644 --- a/lib9p/internal.h +++ b/lib9p/internal.h @@ -50,7 +50,6 @@ struct _marshal_ret { typedef bool (*_marshal_fn_t)(struct lib9p_ctx *ctx, void *host_val, struct _marshal_ret *ret); struct _lib9p_recv_tentry { - size_t basesize; _validate_fn_t validate; _unmarshal_fn_t unmarshal; }; |