aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/options.ml
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-01-14 13:02:44 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-01-14 13:02:44 +0000
commit05c9f1ef3f608f1b2e92ef5a2556544ddb450b28 (patch)
tree1d8f14b7b36ed4bcc72271621ad74c93fd0e4adb /lib/options.ml
parentc691f8e86353b5e8f73cf51ad4eb61c863fed3fe (diff)
Code redondant (cf Printer)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6586 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'lib/options.ml')
-rw-r--r--lib/options.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/options.ml b/lib/options.ml
index ec9f0cb13..f190519f1 100644
--- a/lib/options.ml
+++ b/lib/options.ml
@@ -23,8 +23,6 @@ let debug = ref false
let print_emacs = ref false
-let emacs_str s = if !print_emacs then s else ""
-
let term_quality = ref false
let xml_export = ref false