aboutsummaryrefslogtreecommitdiff
path: root/lib/flags.mli
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2016-10-12 16:58:04 +0200
committerHugo Herbelin2016-10-17 20:14:13 +0200
commitb51eac830d2be726db06ae6d2539a81b41e90677 (patch)
tree1d21dfe78e4795c8ceb2eddadd98876798b37abd /lib/flags.mli
parent35961a4ff5a5b8c9b9786cbab0abd279263eb655 (diff)
[toplevel] Remove duplicate beautify flags.
Given the current style in flags.mli no reason to have a function. A deeper question is why a global flag is needed, in particular the use in `interp/constrextern.ml` seems strange, the condition in the lexer should be looked at and I'm not sure about `printing/`.
Diffstat (limited to 'lib/flags.mli')
-rw-r--r--lib/flags.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/flags.mli b/lib/flags.mli
index 9dc0c9c048..897602641c 100644
--- a/lib/flags.mli
+++ b/lib/flags.mli
@@ -70,8 +70,6 @@ val version_less_or_equal : compat_version -> bool
val pr_version : compat_version -> string
val beautify : bool ref
-val make_beautify : bool -> unit
-val do_beautify : unit -> bool
val beautify_file : bool ref
val make_silent : bool -> unit