aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/dnet.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dnet.mli')
-rw-r--r--lib/dnet.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/dnet.mli b/lib/dnet.mli
index 8b50fae23..be33ecc6a 100644
--- a/lib/dnet.mli
+++ b/lib/dnet.mli
@@ -6,8 +6,6 @@
* GNU Lesser General Public License Version 2.1
***********************************************************************)
-(** {% $ %}Id:{% $ %} *)
-
(** Generic discrimination net implementation over recursive
types. This module implements a association data structure similar
to tries but working on any types (not just lists). It is a term