aboutsummaryrefslogtreecommitdiffstats
path: root/packet-beep.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-beep.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-beep.c')
-rw-r--r--packet-beep.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-beep.c b/packet-beep.c
index a53d68f552..3f20098cb5 100644
--- a/packet-beep.c
+++ b/packet-beep.c
@@ -1,7 +1,7 @@
/* packet-beep.c
* Routines for BEEP packet disassembly
*
- * $Id: packet-beep.c,v 1.6 2002/04/08 02:13:36 guy Exp $
+ * $Id: packet-beep.c,v 1.7 2002/04/29 08:20:05 guy Exp $
*
* Copyright (c) 2000 by Richard Sharpe <rsharpe@ns.aus.com>
* Modified 2001 Darren New <dnew@invisible.net> for BEEP.
@@ -279,6 +279,7 @@ dissect_beep_more(tvbuff_t *tvb, int offset,
}
+#if 0
static void dissect_beep_status(tvbuff_t *tvb, int offset,
proto_tree *tree)
{
@@ -312,6 +313,7 @@ static void dissect_beep_status(tvbuff_t *tvb, int offset,
}
}
+#endif
static int num_len(tvbuff_t *tvb, int offset)
{