[project @ 2001-08-23 15:06:59 by simonpj]
authorsimonpj <unknown>
Thu, 23 Aug 2001 15:06:59 +0000 (15:06 +0000)
committersimonpj <unknown>
Thu, 23 Aug 2001 15:06:59 +0000 (15:06 +0000)
remove rnsource.hi-boot-5 (part of prev commit)

ghc/compiler/rename/RnSource.hi-boot-5 [deleted file]

diff --git a/ghc/compiler/rename/RnSource.hi-boot-5 b/ghc/compiler/rename/RnSource.hi-boot-5
deleted file mode 100644 (file)
index a6d6d40..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-__interface RnSource 1 0 where
-__export RnSource rnHsType rnHsSigType rnHsTypeFVs;
-1 rnHsTypeFVs :: Outputable.SDoc -> RdrHsSyn.RdrNameHsType -> RnMonad.RnMS (RnHsSyn.RenamedHsType, NameSet.FreeVars) ;
-2 rnHsType    :: Outputable.SDoc -> RdrHsSyn.RdrNameHsType -> RnMonad.RnMS RnHsSyn.RenamedHsType ;
-2 rnHsSigType :: Outputable.SDoc -> RdrHsSyn.RdrNameHsType -> RnMonad.RnMS RnHsSyn.RenamedHsType ;