[project @ 2000-11-06 10:50:29 by simonpj]
authorsimonpj <unknown>
Mon, 6 Nov 2000 10:50:29 +0000 (10:50 +0000)
committersimonpj <unknown>
Mon, 6 Nov 2000 10:50:29 +0000 (10:50 +0000)
Remove SpecEnv.hi-boot-5; hasnt been used for ages

ghc/compiler/specialise/SpecEnv.hi-boot-5 [deleted file]

diff --git a/ghc/compiler/specialise/SpecEnv.hi-boot-5 b/ghc/compiler/specialise/SpecEnv.hi-boot-5
deleted file mode 100644 (file)
index c02426e..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-__interface SpecEnv 1 0 where
-__export SpecEnv SpecEnv emptySpecEnv specEnvFreeVars isEmptySpecEnv ;
-1 data SpecEnv a;
-1 emptySpecEnv :: __forall [a] => SpecEnv a ;
-1 isEmptySpecEnv :: __forall [a] => SpecEnv a -> PrelBase.Bool ;
-1 specEnvFreeVars :: __forall [a] => (a -> VarSet.VarSet) -> SpecEnv a -> VarSet.VarSet ;
-