From 8a1e32e6a8c441f8358bd580c655d5ff48716fa0 Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Fri, 16 Jul 2021 20:30:26 +0000 Subject: Handle -d option in prolog --- main.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index f546384..f83fe89 100644 --- a/main.c +++ b/main.c @@ -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(); -- cgit v1.2.3