aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-browse.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-07-20 07:11:57 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-07-20 07:11:57 +0000
commit27440cfd1d684a002ea61561b87213c76b5d631c (patch)
tree774683352b465b8a59a602b6337dc331e3983959 /packet-smb-browse.c
parent4fcbbdbcb32b0e7c63b59de6e7489709fc15b2cd (diff)
Get rid of some unused variables.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3744 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-smb-browse.c')
-rw-r--r--packet-smb-browse.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-smb-browse.c b/packet-smb-browse.c
index 24f0191bcb..9fb320cb2d 100644
--- a/packet-smb-browse.c
+++ b/packet-smb-browse.c
@@ -2,7 +2,7 @@
* Routines for SMB Browser packet dissection
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
*
- * $Id: packet-smb-browse.c,v 1.12 2001/07/13 07:04:23 guy Exp $
+ * $Id: packet-smb-browse.c,v 1.13 2001/07/20 07:11:57 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -540,7 +540,6 @@ dissect_mailslot_browse(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tr
int namelen;
guint8 server_count;
int i;
- guint32 criterion;
guint32 uptime;
if (!proto_is_protocol_enabled(proto_smb_browse)) {