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>
This commit is contained in:
Gerald Combs 2018-09-12 16:47:53 -07:00 committed by Anders Broman
parent dcf01e817e
commit 57a397bded
1 changed files with 0 additions and 9 deletions

View File

@ -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)
{