diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2022-01-05 05:37:38 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2022-01-05 05:37:38 +0000 |
commit | 78c5daff46a5d8889dc2c78b43e6400b3e0f2660 (patch) | |
tree | 5fd2d44e82417037317e4df2af2218cbb94161db /usr.sbin/tcpdump | |
parent | 12a1a412af509b41c473ea7bd23c9f4da0c041d6 (diff) |
more -Wunused-but-set-variable fixes
Diffstat (limited to 'usr.sbin/tcpdump')
-rw-r--r-- | usr.sbin/tcpdump/print-lwres.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/print-lwres.c b/usr.sbin/tcpdump/print-lwres.c index 441009e3792..81e768c3ba9 100644 --- a/usr.sbin/tcpdump/print-lwres.c +++ b/usr.sbin/tcpdump/print-lwres.c @@ -394,12 +394,10 @@ lwres_print(const u_char *bp, u_int length) */ lwres_gabnrequest_t *gabn; lwres_gnbarequest_t *gnba; - lwres_grbnrequest_t *grbn; u_int32_t l; gabn = NULL; gnba = NULL; - grbn = NULL; switch (ntohl(np->opcode)) { case LWRES_OPCODE_NOOP: |