From: dlg Date: Wed, 5 Jan 2022 05:37:37 +0000 (+0000) Subject: more -Wunused-but-set-variable fixes X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6ac424a8c9cfc05a72e8878059a723c529d59535;p=openbsd more -Wunused-but-set-variable fixes --- 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: