summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorPeter Mikkelsen <peter@pmikkelsen.com>2021-07-16 20:30:26 +0000
committerPeter Mikkelsen <peter@pmikkelsen.com>2021-07-16 20:30:26 +0000
commit8a1e32e6a8c441f8358bd580c655d5ff48716fa0 (patch)
tree916964771773b144ba5a4ec7e61ac22860122e99 /main.c
parentc8867502df27f516b0d46b1a254f0da572bdadb6 (diff)
Handle -d option in prolog
Diffstat (limited to 'main.c')
-rw-r--r--main.c8
1 files changed, 0 insertions, 8 deletions
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();