summaryrefslogtreecommitdiff
path: root/typing/ident.ml
diff options
context:
space:
mode:
Diffstat (limited to 'typing/ident.ml')
-rw-r--r--typing/ident.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/typing/ident.ml b/typing/ident.ml
index 599b855929..fb58f25a7a 100644
--- a/typing/ident.ml
+++ b/typing/ident.ml
@@ -1,4 +1,3 @@
-open Misc
open Format
type t = { mutable stamp: int; name: string; mutable global: bool }