From: Guy Harris Date: Fri, 9 Dec 2011 07:06:00 +0000 (-0800) Subject: Get rid of an unused variable. X-Git-Tag: tcpdump-4.2.1~8 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/c2c84e5ce55c3f76eb92b0d9ad47601d679a79f8 Get rid of an unused variable. --- diff --git a/print-isoclns.c b/print-isoclns.c index 5ab0ad73..57637055 100644 --- a/print-isoclns.c +++ b/print-isoclns.c @@ -618,10 +618,6 @@ struct isis_tlv_lsp { void isoclns_print(const u_int8_t *p, u_int length, u_int caplen) { - const struct isis_common_header *header; - - header = (const struct isis_common_header *)p; - if (caplen <= 1) { /* enough bytes on the wire ? */ printf("|OSI"); return;