tests: Remove dead code in generated output.

(cherry picked from commit 04a8cffee7)
This commit is contained in:
Richard W.M. Jones
2012-11-09 20:19:08 +00:00
parent 6360e6e253
commit e4ddeb4e85

View File

@@ -74,16 +74,6 @@ print_strings (char *const *argv)
printf (\"\\t%%s\\n\", argv[argc]);
}
/*
static void print_table (char const *const *argv)
{
size_t i;
for (i = 0; argv[i] != NULL; i += 2)
printf (\"%%s: %%s\\n\", argv[i], argv[i+1]);
}
*/
static int
is_available (const char *group)
{