diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -11,14 +11,6 @@ void repl(int, char **); void main(int argc, char *argv[]) { - ARGBEGIN{ - case 'd': - debug = 1; - break; - default: - usage(); - }ARGEND - clausenr = 2; /* Start at two since 0 is for the facts in the database, and 1 is for queries */ initflags(); initstreams(); |