#if 0 out unused routines claimed to be "untested" and #if 0'ed out in

epan/tvparse.h, and static routines used by that code.

svn path=/trunk/; revision=54727
This commit is contained in:
Guy Harris 2014-01-13 22:20:25 +00:00
parent 1f1887f47e
commit c9778167ea
1 changed files with 1 additions and 1 deletions

View File

@ -755,6 +755,7 @@ tvbparse_wanted_t* tvbparse_some(const int id,
}
#if 0
static int cond_until(tvbparse_t* tt, const int offset, const tvbparse_wanted_t * wanted, tvbparse_elem_t** tok) {
tvbparse_elem_t* new_elem = NULL;
int len = 0;
@ -873,7 +874,6 @@ tvbparse_wanted_t* tvbparse_end_of_buffer(const int id,
}
#if 0
/* these extract binary values */
static int cond_ft(tvbparse_t* tt, int offset, const tvbparse_wanted_t * wanted, tvbparse_elem_t** tok) {