summaryrefslogtreecommitdiff
path: root/stdlib/stack.ml
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/stack.ml')
-rw-r--r--stdlib/stack.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/stdlib/stack.ml b/stdlib/stack.ml
index 98cbc53d5b..4db3d5b436 100644
--- a/stdlib/stack.ml
+++ b/stdlib/stack.ml
@@ -11,8 +11,6 @@
(* *)
(***********************************************************************)
-(* $Id: stack.ml 12858 2012-08-10 14:45:51Z maranget $ *)
-
type 'a t = { mutable c : 'a list }
exception Empty