aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ppp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-11-21 02:01:06 +0000
committerGuy Harris <guy@alum.mit.edu>2001-11-21 02:01:06 +0000
commit60fe401dc7a1d0f1d11f0e1f4e7b1cd29d5e7f5d (patch)
tree3406b514e1c09bdc54bfc77913edb0688d160265 /packet-ppp.c
parent10da28737f65d468bb2d6d69005ee926f771e06f (diff)
Get rid of some unused variables.
svn path=/trunk/; revision=4241
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;