summaryrefslogtreecommitdiff
path: root/packet-ldp.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-ldp.c
parent30f02bc99cb3a578758c76cc6cb0c8278273e6be (diff)
downloadwireshark-9a80f0a5212d8ad6704cebefbaf091a473ab04a4.tar.gz
Removal (or, at least, #ifdeffing out) of unused variables and
functions, from David Frascone. svn path=/trunk/; revision=5288
Diffstat (limited to 'packet-ldp.c')
-rw-r--r--packet-ldp.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/packet-ldp.c b/packet-ldp.c
index fb11ce7bdb..3fb6db918c 100644
--- a/packet-ldp.c
+++ b/packet-ldp.c
@@ -1,7 +1,7 @@
/* packet-ldp.c
* Routines for LDP (RFC 3036) packet disassembly
*
- * $Id: packet-ldp.c,v 1.37 2002/04/28 00:18:50 guy Exp $
+ * $Id: packet-ldp.c,v 1.38 2002/04/29 08:20:08 guy Exp $
*
* Copyright (c) November 2000 by Richard Sharpe <rsharpe@ns.aus.com>
*
@@ -1047,7 +1047,10 @@ dissect_tlv_returned_message(tvbuff_t *tvb, guint offset, proto_tree *tree, int
static void
dissect_tlv_common_hello_parms(tvbuff_t *tvb, guint offset, proto_tree *tree, int rem)
{
- proto_tree *ti = NULL, *val_tree = NULL;
+#if 0
+ proto_tree *ti = NULL;
+#endif
+ proto_tree *val_tree = NULL;
if (tree) {
#if 0