summaryrefslogtreecommitdiff
path: root/src/mono_env.sig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mono_env.sig')
-rw-r--r--src/mono_env.sig2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mono_env.sig b/src/mono_env.sig
index 9805c0d1..db6fdc95 100644
--- a/src/mono_env.sig
+++ b/src/mono_env.sig
@@ -42,8 +42,6 @@ signature MONO_ENV = sig
val pushERel : env -> string -> Mono.typ -> Mono.exp option -> env
val lookupERel : env -> int -> string * Mono.typ * Mono.exp option
- val typeContext : env -> Mono.typ list
-
val pushENamed : env -> string -> int -> Mono.typ -> Mono.exp option -> string -> env
val lookupENamed : env -> int -> string * Mono.typ * Mono.exp option * string