summaryrefslogtreecommitdiffstats
path: root/grammar/testdriver.c
diff options
context:
space:
mode:
Diffstat (limited to 'grammar/testdriver.c')
-rw-r--r--grammar/testdriver.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/grammar/testdriver.c b/grammar/testdriver.c
index 9899dbd1..43f3bd3f 100644
--- a/grammar/testdriver.c
+++ b/grammar/testdriver.c
@@ -86,15 +86,6 @@ void cnfDoBSDHost(char *ln)
dbgprintf("global:BSD host: %s\n", ln);
}
-void
-cstrPrint(char *text, es_str_t *estr)
-{
- char *str;
- str = es_str2cstr(estr, NULL);
- printf("%s%s", text, str);
- free(str);
-}
-
int
main(int argc, char *argv[])
{