[project @ 2001-06-04 15:42:30 by qrczak]
authorqrczak <unknown>
Mon, 4 Jun 2001 15:42:30 +0000 (15:42 +0000)
committerqrczak <unknown>
Mon, 4 Jun 2001 15:42:30 +0000 (15:42 +0000)
Remove unused files.

ghc/compiler/hsSyn/HsMatches.hi-boot [deleted file]
ghc/compiler/hsSyn/HsMatches.hi-boot-5 [deleted file]

diff --git a/ghc/compiler/hsSyn/HsMatches.hi-boot b/ghc/compiler/hsSyn/HsMatches.hi-boot
deleted file mode 100644 (file)
index ded23ff..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-_interface_ HsMatches 2
-_exports_
-HsMatches Match GRHSs pprMatch pprMatches pprGRHSs ;
-_declarations_
-1 data Match a b ;
-1 data GRHSs a b ;
-1 pprGRHSs _:_ _forall_ [i p] {Outputable.Outputable i, Outputable.Outputable p} => PrelBase.Bool -> HsMatches.GRHSs i p -> Outputable.SDoc ;;
-1 pprMatch _:_ _forall_ [i p] {Outputable.Outputable i, Outputable.Outputable p} => (PrelBase.Bool, Outputable.SDoc) -> HsMatches.Match i p -> Outputable.SDoc ;;
-1 pprMatches _:_ _forall_ [i p] {Outputable.Outputable i, Outputable.Outputable p} => (PrelBase.Bool, Outputable.SDoc) -> [HsMatches.Match i p] -> Outputable.SDoc ;;
diff --git a/ghc/compiler/hsSyn/HsMatches.hi-boot-5 b/ghc/compiler/hsSyn/HsMatches.hi-boot-5
deleted file mode 100644 (file)
index 54e15e5..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-__interface HsMatches 1 0 where
-__export HsMatches Match GRHSs pprMatch pprMatches pprGRHSs ;
-1 data Match a b ;
-1 data GRHSs a b ;
-1 pprGRHSs :: __forall [i p] {Outputable.Outputable i, Outputable.Outputable p} => PrelBase.Bool -> HsMatches.GRHSs i p -> Outputable.SDoc ;
-1 pprMatch :: __forall [i p] {Outputable.Outputable i, Outputable.Outputable p} => (PrelBase.Bool, Outputable.SDoc) -> HsMatches.Match i p -> Outputable.SDoc ;
-1 pprMatches :: __forall [i p] {Outputable.Outputable i, Outputable.Outputable p} => (PrelBase.Bool, Outputable.SDoc) -> [HsMatches.Match i p] -> Outputable.SDoc ;