X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FcodeGen%2FCgBindery.hi-boot-5;fp=ghc%2Fcompiler%2FcodeGen%2FCgBindery.hi-boot-5;h=0000000000000000000000000000000000000000;hb=0065d5ab628975892cea1ec7303f968c3338cbe1;hp=f375fcc6e147df8375250d16df082932d6dc5c6f;hpb=28a464a75e14cece5db40f2765a29348273ff2d2;p=ghc-hetmet.git diff --git a/ghc/compiler/codeGen/CgBindery.hi-boot-5 b/ghc/compiler/codeGen/CgBindery.hi-boot-5 deleted file mode 100644 index f375fcc..0000000 --- a/ghc/compiler/codeGen/CgBindery.hi-boot-5 +++ /dev/null @@ -1,7 +0,0 @@ -__interface CgBindery 1 0 where -__export CgBindery CgBindings CgIdInfo VolatileLoc StableLoc nukeVolatileBinds; -1 type CgBindings = VarEnv.IdEnv CgIdInfo; -1 data CgIdInfo; -1 data VolatileLoc; -1 data StableLoc; -1 nukeVolatileBinds :: CgBindings -> CgBindings ;