aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbtest.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-09-12 16:47:53 -0700
committerAnders Broman <a.broman58@gmail.com>2018-09-13 03:56:08 +0000
commit57a397bded9ad2e07e6a0f8fd4834a530202717e (patch)
treec71ad2b79d7b9d93efc3237292ca53136caef06a /epan/tvbtest.c
parentdcf01e817e4ceb22fb650b2fe1a21edec6a8f9fe (diff)
tvbtest: Remove an unused function.
It looks like "skip" hasn't been required since 2011. Change-Id: Idaf53943519fa76e362aaecc6999f9971a359348 Reviewed-on: https://code.wireshark.org/review/29643 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/tvbtest.c')
-rw-r--r--epan/tvbtest.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/epan/tvbtest.c b/epan/tvbtest.c
index 72e580e31d..57deeba73d 100644
--- a/epan/tvbtest.c
+++ b/epan/tvbtest.c
@@ -273,15 +273,6 @@ test(tvbuff_t *tvb, const gchar* name,
return TRUE;
}
-static gboolean
-skip(tvbuff_t *tvb _U_, gchar* name,
- guint8* expected_data _U_, guint expected_length _U_)
-{
- printf("Skipping TVB=%s\n", name);
- return FALSE;
-}
-
-
static void
run_tests(void)
{