diff options
author | simonpj <unknown> | 2005-01-27 11:12:58 +0000 |
---|---|---|
committer | simonpj <unknown> | 2005-01-27 11:12:58 +0000 |
commit | 04864fb70fcbbb2943b57bff0b6cad5b20f0dab5 (patch) | |
tree | ac71ede2a4ec2592f9caf6ecc23668d8ab3d1296 /ghc/compiler/codeGen | |
parent | a78a1aff1830544d2403fc04e08e1119a3d7ba82 (diff) | |
download | haskell-04864fb70fcbbb2943b57bff0b6cad5b20f0dab5.tar.gz |
[project @ 2005-01-27 11:12:52 by simonpj]
Remove redundant .hi-boot files. The earliest compiler we claim to be able
to compile GHC with is GHC 5, and that needs hi-boot-5 boot files. So the
plain hi-boot files are dead.
Reason for removing them now is that my big commit accidentally splatted
them with binary data; so if you ever want to recover them, go back
one revision beore the one I'm deleting.
Diffstat (limited to 'ghc/compiler/codeGen')
-rw-r--r-- | ghc/compiler/codeGen/CgBindery.hi-boot | bin | 1407 -> 0 bytes | |||
-rw-r--r-- | ghc/compiler/codeGen/CgBindery.hi-boot-4 | 9 | ||||
-rw-r--r-- | ghc/compiler/codeGen/CgExpr.hi-boot | bin | 1948 -> 0 bytes | |||
-rw-r--r-- | ghc/compiler/codeGen/CgUsages.hi-boot | 5 | ||||
-rw-r--r-- | ghc/compiler/codeGen/ClosureInfo.hi-boot | 7 |
5 files changed, 0 insertions, 21 deletions
diff --git a/ghc/compiler/codeGen/CgBindery.hi-boot b/ghc/compiler/codeGen/CgBindery.hi-boot Binary files differdeleted file mode 100644 index 398791a038..0000000000 --- a/ghc/compiler/codeGen/CgBindery.hi-boot +++ /dev/null diff --git a/ghc/compiler/codeGen/CgBindery.hi-boot-4 b/ghc/compiler/codeGen/CgBindery.hi-boot-4 deleted file mode 100644 index 9a4ba58313..0000000000 --- a/ghc/compiler/codeGen/CgBindery.hi-boot-4 +++ /dev/null @@ -1,9 +0,0 @@ -_interface_ CgBindery 1 0 -_exports_ -CgBindery CgBindings CgIdInfo VolatileLoc StableLoc nukeVolatileBinds; -_declarations_ -1 type CgBindings = VarEnv.IdEnv CgIdInfo; -1 data CgIdInfo; -1 data VolatileLoc; -1 data StableLoc; -1 nukeVolatileBinds _:_ CgBindings -> CgBindings ;; diff --git a/ghc/compiler/codeGen/CgExpr.hi-boot b/ghc/compiler/codeGen/CgExpr.hi-boot Binary files differdeleted file mode 100644 index 6794d184cd..0000000000 --- a/ghc/compiler/codeGen/CgExpr.hi-boot +++ /dev/null diff --git a/ghc/compiler/codeGen/CgUsages.hi-boot b/ghc/compiler/codeGen/CgUsages.hi-boot deleted file mode 100644 index db5fc01371..0000000000 --- a/ghc/compiler/codeGen/CgUsages.hi-boot +++ /dev/null @@ -1,5 +0,0 @@ -_interface_ CgUsages 1 -_exports_ -CgUsages getSpRelOffset; -_declarations_ -1 getSpRelOffset _:_ AbsCSyn.VirtualSpOffset -> CgMonad.FCode AbsCSyn.RegRelative ;; diff --git a/ghc/compiler/codeGen/ClosureInfo.hi-boot b/ghc/compiler/codeGen/ClosureInfo.hi-boot deleted file mode 100644 index c37a258ddd..0000000000 --- a/ghc/compiler/codeGen/ClosureInfo.hi-boot +++ /dev/null @@ -1,7 +0,0 @@ -_interface_ ClosureInfo 1 -_exports_ -ClosureInfo ClosureInfo LambdaFormInfo; -_declarations_ -1 data LambdaFormInfo; -1 data ClosureInfo; - |