From 4fcfea31e3c46d27c5a54a8d1d9925e59550f82c Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 6 Jul 2011 11:32:54 +0200 Subject: milestone/[NONWORKING]: first integration of new parser, rules are not yet handled --- grammar/testdriver.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'grammar/testdriver.c') 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[]) { -- cgit v1.2.3