diff options
Diffstat (limited to 'typing/annot.mli')
-rw-r--r-- | typing/annot.mli | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/typing/annot.mli b/typing/annot.mli index f783c43415..f75d4c1996 100644 --- a/typing/annot.mli +++ b/typing/annot.mli @@ -10,8 +10,6 @@ (* *) (***********************************************************************) -(* $Id: annot.mli 12858 2012-08-10 14:45:51Z maranget $ *) - (* Data types for annotations (Stypes.ml) *) type call = Tail | Stack | Inline;; |