aboutsummaryrefslogtreecommitdiffstats
path: root/packet-beep.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-04-29 09:40:05 +0000
committerGuy Harris <guy@alum.mit.edu>2002-04-29 09:40:05 +0000
commit49c728b5d22ef090093733fed2bd56ad92eb7cb6 (patch)
treed3039b158c136095a6807a2d68c16475155277dc /packet-beep.c
parent0f18641f5b57fa752dcdf6888332c80844d57fda (diff)
Un-#if out "dissect_beep_status()", to serve as a reminder to either get
rid of it or use it. svn path=/trunk/; revision=5290
Diffstat (limited to 'packet-beep.c')
-rw-r--r--packet-beep.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/packet-beep.c b/packet-beep.c
index 3f20098cb5..24457b4ebf 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.7 2002/04/29 08:20:05 guy Exp $
+ * $Id: packet-beep.c,v 1.8 2002/04/29 09:40:05 guy Exp $
*
* Copyright (c) 2000 by Richard Sharpe <rsharpe@ns.aus.com>
* Modified 2001 Darren New <dnew@invisible.net> for BEEP.
@@ -279,7 +279,6 @@ dissect_beep_more(tvbuff_t *tvb, int offset,
}
-#if 0
static void dissect_beep_status(tvbuff_t *tvb, int offset,
proto_tree *tree)
{
@@ -313,7 +312,6 @@ static void dissect_beep_status(tvbuff_t *tvb, int offset,
}
}
-#endif
static int num_len(tvbuff_t *tvb, int offset)
{