aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/tlm.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tlm.ml')
-rw-r--r--lib/tlm.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/tlm.ml b/lib/tlm.ml
index 1c1483ad4..a3d4d1a03 100644
--- a/lib/tlm.ml
+++ b/lib/tlm.ml
@@ -6,8 +6,6 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(* $Id$ *)
-
type ('a,'b) t = Node of 'b Gset.t * ('a, ('a,'b) t) Gmap.t
let empty = Node (Gset.empty, Gmap.empty)