diff options
Diffstat (limited to 'stdlib/hashtbl.mli')
-rw-r--r-- | stdlib/hashtbl.mli | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stdlib/hashtbl.mli b/stdlib/hashtbl.mli index a72387e718..bb75751fe6 100644 --- a/stdlib/hashtbl.mli +++ b/stdlib/hashtbl.mli @@ -11,8 +11,6 @@ (* *) (***********************************************************************) -(* $Id: hashtbl.mli 12959 2012-09-27 13:12:51Z maranget $ *) - (** Hash tables and hash functions. Hash tables are hashed association tables, with in-place modification. |