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
This commit is contained in:
Guy Harris 2002-04-29 09:40:05 +00:00
parent 0f18641f5b
commit 49c728b5d2
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,7 @@
/* packet-beep.c /* packet-beep.c
* Routines for BEEP packet disassembly * 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> * Copyright (c) 2000 by Richard Sharpe <rsharpe@ns.aus.com>
* Modified 2001 Darren New <dnew@invisible.net> for BEEP. * 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, static void dissect_beep_status(tvbuff_t *tvb, int offset,
proto_tree *tree) 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) static int num_len(tvbuff_t *tvb, int offset)
{ {