summaryrefslogtreecommitdiff
path: root/print-sunrpc.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2018-01-09 16:34:17 +0100
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2018-01-09 16:34:17 +0100
commit0ce779d1756e2bc1f5a845df5acf86f0dc698a14 (patch)
treed8ceaca48da914ad8c0dba3614d445e3b9232728 /print-sunrpc.c
parent56d8c43b671a98e14b4a505c81bad036b5968e07 (diff)
downloadtcpdump-0ce779d1756e2bc1f5a845df5acf86f0dc698a14.tar.gz
SUNRPC: Remove an unused structure
Diffstat (limited to 'print-sunrpc.c')
-rw-r--r--print-sunrpc.c7
1 files changed, 0 insertions, 7 deletions
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" },