aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ndmp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-04-29 08:20:18 +0000
committerGuy Harris <guy@alum.mit.edu>2002-04-29 08:20:18 +0000
commit9a80f0a5212d8ad6704cebefbaf091a473ab04a4 (patch)
tree53112d7b0bd3805cf4f0a1184361d95493a61129 /packet-ndmp.c
parent30f02bc99cb3a578758c76cc6cb0c8278273e6be (diff)
Removal (or, at least, #ifdeffing out) of unused variables and
functions, from David Frascone. svn path=/trunk/; revision=5288
Diffstat (limited to 'packet-ndmp.c')
-rw-r--r--packet-ndmp.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/packet-ndmp.c b/packet-ndmp.c
index 6e251a4888..f8f5af6d8a 100644
--- a/packet-ndmp.c
+++ b/packet-ndmp.c
@@ -2,7 +2,7 @@
* Routines for NDMP dissection
* 2001 Ronnie Sahlberg (see AUTHORS for email)
*
- * $Id: packet-ndmp.c,v 1.17 2002/04/03 13:24:12 girlich Exp $
+ * $Id: packet-ndmp.c,v 1.18 2002/04/29 08:20:09 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -2686,8 +2686,6 @@ dissect_ndmp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
int offset = 0;
int len;
- proto_item *ndmp_item = NULL;
- proto_tree *ndmp_tree = NULL;
while (tvb_reported_length_remaining(tvb, offset) != 0) {
/*