diff options
author | Guy Harris <guy@alum.mit.edu> | 2000-11-19 02:03:00 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2000-11-19 02:03:00 +0000 |
commit | 8b769702d0df3b4fb1a96f55034402de7c6c3816 (patch) | |
tree | cc5f522e8008d222ef7560c2f5f6a6eecac6e501 /packet-ppp.c | |
parent | dd90e7e3273687538e30ebec716f3c151a6f75d5 (diff) | |
download | wireshark-8b769702d0df3b4fb1a96f55034402de7c6c3816.tar.gz wireshark-8b769702d0df3b4fb1a96f55034402de7c6c3816.tar.bz2 wireshark-8b769702d0df3b4fb1a96f55034402de7c6c3816.zip |
Get rid of a now-unused variable.
svn path=/trunk/; revision=2665
Diffstat (limited to 'packet-ppp.c')
-rw-r--r-- | packet-ppp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-ppp.c b/packet-ppp.c index 0bcd042190..5c6464d932 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.42 2000/11/19 02:00:02 guy Exp $ + * $Id: packet-ppp.c,v 1.43 2000/11/19 02:03:00 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -1097,7 +1097,6 @@ static void dissect_payload_ppp( tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree ) { proto_item *ti; proto_tree *fh_tree = NULL; - tvbuff_t *next_tvb; /* XXX - the length shouldn't be 2, it should be based on the length of the protocol field. */ |