aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ppp.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-11-21 02:01:06 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-11-21 02:01:06 +0000
commit6bc54ce4d0fd20f3673f059ec4bd3c7df1151585 (patch)
tree3406b514e1c09bdc54bfc77913edb0688d160265 /packet-ppp.c
parent9202a69b578874e6ef4481974c09a6cd01084a6a (diff)
Get rid of some unused variables.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4241 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-ppp.c')
-rw-r--r--packet-ppp.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/packet-ppp.c b/packet-ppp.c
index 2497c3986f..9e376a73d3 100644
--- a/packet-ppp.c
+++ b/packet-ppp.c
@@ -1,7 +1,7 @@
/* packet-ppp.c
* Routines for ppp packet disassembly
*
- * $Id: packet-ppp.c,v 1.75 2001/11/20 21:59:13 guy Exp $
+ * $Id: packet-ppp.c,v 1.76 2001/11/21 02:01:04 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1969,8 +1969,6 @@ dissect_chap( tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree ) {
proto_tree *field_tree;
proto_item *tv;
proto_tree *value_tree;
- proto_item *tm;
- proto_tree *message_tree;
guint8 code, id, value_size;
guint16 length;