aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/flags.ml
diff options
context:
space:
mode:
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 555739b11..cb87e2f2b 100644
--- a/lib/flags.ml
+++ b/lib/flags.ml
@@ -6,8 +6,6 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(*i $Id$ i*)
-
let with_option o f x =
let old = !o in o:=true;
try let r = f x in o := old; r