aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wsp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-11-21 01:21:08 +0000
committerGuy Harris <guy@alum.mit.edu>2001-11-21 01:21:08 +0000
commit10da28737f65d468bb2d6d69005ee926f771e06f (patch)
tree9df749716440da05879e0110590723584f30e6c3 /packet-wsp.c
parent6f776aa40d3bd57d6e8fe0a5f6e580dbcda6d70a (diff)
Get rid of some unused variables.
svn path=/trunk/; revision=4240
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);