aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wsp.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-11-21 01:21:08 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-11-21 01:21:08 +0000
commit9202a69b578874e6ef4481974c09a6cd01084a6a (patch)
tree9df749716440da05879e0110590723584f30e6c3 /packet-wsp.c
parentebec8d836e23faf7d5549147f643f3130403105a (diff)
Get rid of some unused variables.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4240 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-wsp.c')
-rw-r--r--packet-wsp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-wsp.c b/packet-wsp.c
index bedd9e6fea..51d7190802 100644
--- a/packet-wsp.c
+++ b/packet-wsp.c
@@ -2,7 +2,7 @@
*
* Routines to dissect WSP component of WAP traffic.
*
- * $Id: packet-wsp.c,v 1.43 2001/10/26 19:14:51 guy Exp $
+ * $Id: packet-wsp.c,v 1.44 2001/11/21 01:21:08 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -2661,7 +2661,6 @@ get_value_type_len (tvbuff_t *tvb, int offset, guint *valueLen,
guint8 peek;
guint32 len;
guint count;
- int stringlen;
/* Get value part of header */
peek = tvb_get_guint8 (tvb, offset);