aboutsummaryrefslogtreecommitdiff
path: root/lib/options.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/options.ml')
-rw-r--r--lib/options.ml1
1 files changed, 0 insertions, 1 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