From 8ecbfdb22c730ec76bee66202d36d4e6800c78f1 Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Thu, 5 Jun 1997 21:31:19 +0000
Subject: [PATCH] [project @ 1997-06-05 21:31:08 by sof] not used anymore

---
 ghc/compiler/absCSyn/AbsCLoop.hs   | 12 ------------
 ghc/compiler/basicTypes/IdLoop.hs  | 16 ----------------
 ghc/compiler/codeGen/CGLoop1.hs    |  1 -
 ghc/compiler/codeGen/CgLoop1.hs    |  9 ---------
 ghc/compiler/deSugar/DsLoop.hs     | 12 ------------
 ghc/compiler/hsSyn/HsLoop.hs       |  8 --------
 ghc/compiler/nativeGen/NcgLoop.hs  | 12 ------------
 ghc/compiler/simplCore/SmplLoop.hs | 10 ----------
 ghc/compiler/typecheck/TcLoop.hs   |  7 -------
 ghc/compiler/typecheck/TcMLoop.hs  |  9 ---------
 10 files changed, 96 deletions(-)
 delete mode 100644 ghc/compiler/absCSyn/AbsCLoop.hs
 delete mode 100644 ghc/compiler/basicTypes/IdLoop.hs
 delete mode 100644 ghc/compiler/codeGen/CGLoop1.hs
 delete mode 100644 ghc/compiler/codeGen/CgLoop1.hs
 delete mode 100644 ghc/compiler/deSugar/DsLoop.hs
 delete mode 100644 ghc/compiler/hsSyn/HsLoop.hs
 delete mode 100644 ghc/compiler/nativeGen/NcgLoop.hs
 delete mode 100644 ghc/compiler/simplCore/SmplLoop.hs
 delete mode 100644 ghc/compiler/typecheck/TcLoop.hs
 delete mode 100644 ghc/compiler/typecheck/TcMLoop.hs

diff --git a/ghc/compiler/absCSyn/AbsCLoop.hs b/ghc/compiler/absCSyn/AbsCLoop.hs
deleted file mode 100644
index 48e9ad1fe7fc..000000000000
--- a/ghc/compiler/absCSyn/AbsCLoop.hs
+++ /dev/null
@@ -1,12 +0,0 @@
-module AbsCLoop 
-       (
-        module MachMisc,
-	module CLabel,
-	module ClosureInfo,
-	module CgRetConv
-       )where
-
-import MachMisc
-import CLabel
-import ClosureInfo
-import CgRetConv
diff --git a/ghc/compiler/basicTypes/IdLoop.hs b/ghc/compiler/basicTypes/IdLoop.hs
deleted file mode 100644
index 8b8520c4f8dd..000000000000
--- a/ghc/compiler/basicTypes/IdLoop.hs
+++ /dev/null
@@ -1,16 +0,0 @@
-module IdLoop 
-
-       (
-        module CostCentre,
-        module SpecEnv,
-	module CoreUnfold,
-        module StdIdInfo,
-	module Id
-       ) where
-
-import CostCentre
-import Id
-import SpecEnv
-import CoreUnfold
-import StdIdInfo
-
diff --git a/ghc/compiler/codeGen/CGLoop1.hs b/ghc/compiler/codeGen/CGLoop1.hs
deleted file mode 100644
index 06227bcc181d..000000000000
--- a/ghc/compiler/codeGen/CGLoop1.hs
+++ /dev/null
@@ -1 +0,0 @@
-module IdLoop () where
diff --git a/ghc/compiler/codeGen/CgLoop1.hs b/ghc/compiler/codeGen/CgLoop1.hs
deleted file mode 100644
index b5cd421c983a..000000000000
--- a/ghc/compiler/codeGen/CgLoop1.hs
+++ /dev/null
@@ -1,9 +0,0 @@
-module CgLoop1
-
-       (
-        module CgBindery,
-	module CgUsages
-       ) where
-
-import CgBindery
-import CgUsages
diff --git a/ghc/compiler/deSugar/DsLoop.hs b/ghc/compiler/deSugar/DsLoop.hs
deleted file mode 100644
index c2d656ce5458..000000000000
--- a/ghc/compiler/deSugar/DsLoop.hs
+++ /dev/null
@@ -1,12 +0,0 @@
-module DsLoop 
-	(
-         module Match,
-	 module DsExpr,
-	 module DsBinds 
-	) where
-
-import Match
-import DsExpr
-import DsBinds
-
-
diff --git a/ghc/compiler/hsSyn/HsLoop.hs b/ghc/compiler/hsSyn/HsLoop.hs
deleted file mode 100644
index 2122fbfa546d..000000000000
--- a/ghc/compiler/hsSyn/HsLoop.hs
+++ /dev/null
@@ -1,8 +0,0 @@
-module HsLoop
-       (
-        module HsMatches,
-        module HsExpr
-       ) where
-
-import HsMatches
-import HsExpr
diff --git a/ghc/compiler/nativeGen/NcgLoop.hs b/ghc/compiler/nativeGen/NcgLoop.hs
deleted file mode 100644
index 009107bdb7e0..000000000000
--- a/ghc/compiler/nativeGen/NcgLoop.hs
+++ /dev/null
@@ -1,12 +0,0 @@
-module NcgLoop 
-
-       (
-       module StixPrim,
-       module MachMisc,
-       module Stix
-       ) where
-
-import StixPrim
-import MachMisc
-import Stix
-
diff --git a/ghc/compiler/simplCore/SmplLoop.hs b/ghc/compiler/simplCore/SmplLoop.hs
deleted file mode 100644
index f3f3d1dfffab..000000000000
--- a/ghc/compiler/simplCore/SmplLoop.hs
+++ /dev/null
@@ -1,10 +0,0 @@
-module SmplLoop 
-
-	(
-	module MagicUFs,
-        module Simplify
-	) where
-
-import MagicUFs
-import Simplify
-
diff --git a/ghc/compiler/typecheck/TcLoop.hs b/ghc/compiler/typecheck/TcLoop.hs
deleted file mode 100644
index 2f60400eeda2..000000000000
--- a/ghc/compiler/typecheck/TcLoop.hs
+++ /dev/null
@@ -1,7 +0,0 @@
-module TcLoop 
-
-	(
-	 module TcGRHSs
-	) where
-
-import TcGRHSs
diff --git a/ghc/compiler/typecheck/TcMLoop.hs b/ghc/compiler/typecheck/TcMLoop.hs
deleted file mode 100644
index 4b55619b68cc..000000000000
--- a/ghc/compiler/typecheck/TcMLoop.hs
+++ /dev/null
@@ -1,9 +0,0 @@
-module TcMLoop 
-
-       (
-        module TcType,
-	module TcEnv
-       ) where
-
-import TcType
-import TcEnv
-- 
GitLab