From c077d93a390be2b00e95b3c91adf3c23bc2d0f27 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Wed, 2 Apr 2025 15:59:14 -0600 Subject: lib9p: recv_tentry.basesize is dead code, remove it --- lib9p/internal.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib9p/internal.h') 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; }; -- cgit v1.2.3-2-g168b