#if 0 out unused routines claimed to be "untested" and #if 0'ed out in
authorGuy Harris <guy@alum.mit.edu>
Mon, 13 Jan 2014 22:20:25 +0000 (22:20 -0000)
committerGuy Harris <guy@alum.mit.edu>
Mon, 13 Jan 2014 22:20:25 +0000 (22:20 -0000)
epan/tvparse.h, and static routines used by that code.

svn path=/trunk/; revision=54727

epan/tvbparse.c

index 2084377130bbf3d5552247888c31bbb275ed9ef5..22db47fec3cd2785aaa9d4af9cba4d1efd947e0a 100644 (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) {