From: simonpj Date: Mon, 6 Nov 2000 10:50:29 +0000 (+0000) Subject: [project @ 2000-11-06 10:50:29 by simonpj] X-Git-Tag: Approximately_9120_patches~3425 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=510011cfe384b0a5bdf7734e09920d34f17d6811;p=ghc-hetmet.git [project @ 2000-11-06 10:50:29 by simonpj] Remove SpecEnv.hi-boot-5; hasnt been used for ages --- diff --git a/ghc/compiler/specialise/SpecEnv.hi-boot-5 b/ghc/compiler/specialise/SpecEnv.hi-boot-5 deleted file mode 100644 index c02426e..0000000 --- a/ghc/compiler/specialise/SpecEnv.hi-boot-5 +++ /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 ; -