aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/options.ml1
-rw-r--r--lib/options.mli1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/options.ml b/lib/options.ml
index 854e302f8c..dab00ac60c 100644
--- a/lib/options.ml
+++ b/lib/options.ml
@@ -36,7 +36,6 @@ let translate = ref false
let make_translate f = translate := f
let do_translate () = !translate
let translate_file = ref false
-let translate_strict_impargs = ref true
(* True only when interning from pp*new.ml *)
let translate_syntax = ref false
diff --git a/lib/options.mli b/lib/options.mli
index 9eea81ed30..9fa408d921 100644
--- a/lib/options.mli
+++ b/lib/options.mli
@@ -31,7 +31,6 @@ val make_translate : bool -> unit
val do_translate : unit -> bool
val translate_file : bool ref
val translate_syntax : bool ref
-val translate_strict_impargs : bool ref
val make_silent : bool -> unit
val is_silent : unit -> bool