From: Francois-Xavier Le Bail Date: Tue, 9 Jan 2018 15:34:17 +0000 (+0100) Subject: SUNRPC: Remove an unused structure X-Git-Tag: tcpdump-4.99-bp~1474 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/0ce779d1756e2bc1f5a845df5acf86f0dc698a14?ds=sidebyside SUNRPC: Remove an unused structure --- diff --git a/print-sunrpc.c b/print-sunrpc.c index cc1febb4..dc08a2df 100644 --- a/print-sunrpc.c +++ b/print-sunrpc.c @@ -144,13 +144,6 @@ #define SUNRPC_PMAPPROC_DUMP ((uint32_t)4) #define SUNRPC_PMAPPROC_CALLIT ((uint32_t)5) -struct sunrpc_pmap { - uint32_t pm_prog; - uint32_t pm_vers; - uint32_t pm_prot; - uint32_t pm_port; -}; - static const struct tok proc2str[] = { { SUNRPC_PMAPPROC_NULL, "null" }, { SUNRPC_PMAPPROC_SET, "set" },