aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-07-02 02:09:26 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-07-02 02:09:26 +0000
commitbb9afe03d7bf216ca7fec82a1e92c43bc86b516b (patch)
tree215aeee161fa1a11bf1b03803e1b0bb254876e6e /packet-isis.c
parent41451ae97cbf1a16983ea9330a5f9b2de68d34bd (diff)
Get rid of a now-unused variable; it's the only variable of type
"isis_hdr_t", so we can get rid of the definition of that as well. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3630 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-isis.c')
-rw-r--r--packet-isis.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-isis.c b/packet-isis.c
index 40533a9da4..767b594920 100644
--- a/packet-isis.c
+++ b/packet-isis.c
@@ -2,7 +2,7 @@
* Routines for ISO/OSI network and transport protocol packet disassembly, core
* bits.
*
- * $Id: packet-isis.c,v 1.24 2001/07/02 01:46:22 guy Exp $
+ * $Id: packet-isis.c,v 1.25 2001/07/02 02:09:26 guy Exp $
* Stuart Stanley <stuarts@mxmail.net>
*
* Ethereal - Network traffic analyzer
@@ -120,7 +120,6 @@ isis_dissect_unknown(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
static void
dissect_isis(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
- isis_hdr_t ihdr;
proto_item *ti;
proto_tree *isis_tree = NULL;
int offset = 0;