aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/flags.ml
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-02-28 03:26:12 +0100
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-05-21 03:07:27 +0200
commitdb1719fbac08b5582fafddd4b76ef92f69cc5bc1 (patch)
treea88bf6867103dbf87d701cc2e2205e67b5f4e7d0 /lib/flags.ml
parent382ee49700c4b4ee78ba95b2e86866ebd3b35d74 (diff)
[ide] Remove special option `-ideslave`
This has no effect anymore, verbose printing is controlled now by the regular, common `quiet` flag.
Diffstat (limited to 'lib/flags.ml')
-rw-r--r--lib/flags.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/flags.ml b/lib/flags.ml
index 56940f1cf..7e0065beb 100644
--- a/lib/flags.ml
+++ b/lib/flags.ml
@@ -57,8 +57,6 @@ let in_toplevel = ref false
let profile = false
-let ide_slave = ref false
-
let raw_print = ref false
let we_are_parsing = ref false