From 0f24d6d6c6a61c9a3f090649003df7daabff4d65 Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Fri, 3 Nov 2023 19:00:34 +0100 Subject: Removed the interractive command line option --- bin/qsp_parser.ml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'bin/qsp_parser.ml') 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 to terminate"; - ignore @@ read_line () - | _ -> () - in () -- cgit v1.2.3