aboutsummaryrefslogtreecommitdiff
path: root/bin/qsp_parser.ml
diff options
context:
space:
mode:
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
()