aboutsummaryrefslogtreecommitdiff
path: root/bin/qsp_parser.ml
diff options
context:
space:
mode:
authorChimrod <>2023-11-03 19:00:34 +0100
committerChimrod <>2023-11-03 19:00:34 +0100
commit0f24d6d6c6a61c9a3f090649003df7daabff4d65 (patch)
tree95dcbc1742fc65fcbe18079ce5da5b2225c03235 /bin/qsp_parser.ml
parentf5d06b0e8e6aaaa05100165bfc7873d2a8be859c (diff)
Removed the interractive command line option
Diffstat (limited to 'bin/qsp_parser.ml')
-rw-r--r--bin/qsp_parser.ml8
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/qsp_parser.ml b/bin/qsp_parser.ml
index 397b5a9..f147a95 100644
--- a/bin/qsp_parser.ml
+++ b/bin/qsp_parser.ml
@@ -97,12 +97,4 @@ let () =
Printf.printf "Found %d error(s), %d warning(s)\n" !ctx.error_nb
!ctx.warn_nb
in
-
- let () =
- match parameters.interractive with
- | true ->
- print_endline "Press <Enter> to terminate";
- ignore @@ read_line ()
- | _ -> ()
- in
()