summaryrefslogtreecommitdiff
path: root/src/sail.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/sail.ml')
-rw-r--r--src/sail.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sail.ml b/src/sail.ml
index bff1f58b..007a3208 100644
--- a/src/sail.ml
+++ b/src/sail.ml
@@ -53,7 +53,6 @@ let opt_print_ocaml = ref false
let opt_libs_lem = ref ([]:string list)
let opt_libs_ocaml = ref ([]:string list)
let opt_file_arguments = ref ([]:string list)
-let opt_mono_split = ref ([]:((string * int) * string) list)
let options = Arg.align ([
( "-o",
Arg.String (fun f -> opt_file_out := Some f),