diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/flags.ml | 5 | ||||
| -rw-r--r-- | lib/flags.mli | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/lib/flags.ml b/lib/flags.ml index bd31b40248..6c67cb237f 100644 --- a/lib/flags.ml +++ b/lib/flags.ml @@ -84,11 +84,6 @@ let auto_intros = ref true let make_auto_intros flag = auto_intros := flag let is_auto_intros () = version_strictly_greater V8_2 && !auto_intros -(** [program_cmd] indicates that the current command is a Program one. - [program_mode] tells that Program mode has been activated, either - globally via [Set Program] or locally via the Program command prefix. *) - -let program_cmd = ref false let program_mode = ref false let is_program_mode () = !program_mode diff --git a/lib/flags.mli b/lib/flags.mli index 6b26c50d9e..6325d7cd44 100644 --- a/lib/flags.mli +++ b/lib/flags.mli @@ -52,11 +52,6 @@ val is_auto_intros : unit -> bool val make_term_color : bool -> unit val is_term_color : unit -> bool -(** [program_cmd] indicates that the current command is a Program one. - [program_mode] tells that Program mode has been activated, either - globally via [Set Program] or locally via the Program command prefix. *) - -val program_cmd : bool ref val program_mode : bool ref val is_program_mode : unit -> bool |
