diff options
Diffstat (limited to 'stdlib/queue.ml')
-rw-r--r-- | stdlib/queue.ml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stdlib/queue.ml b/stdlib/queue.ml index 388a46c53..214cc524e 100644 --- a/stdlib/queue.ml +++ b/stdlib/queue.ml @@ -11,8 +11,6 @@ (* *) (***********************************************************************) -(* $Id$ *) - exception Empty (* OCaml currently does not allow the components of a sum type to be |