From 6bc3aaf9c08aa2d52a308cea07fe8226220e8ce8 Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Thu, 5 Jun 1997 21:30:53 +0000
Subject: [PATCH] [project @ 1997-06-05 21:30:48 by sof] Not used anymore

---
 ghc/compiler/codeGen/CgLoop2.hs  |  7 -------
 ghc/compiler/prelude/PrelLoop.hs |  1 -
 ghc/compiler/rename/RnLoop.hs    | 10 ----------
 ghc/compiler/types/TyLoop.hs     | 18 ------------------
 ghc/compiler/utils/SpecLoop.hs   |  8 --------
 5 files changed, 44 deletions(-)
 delete mode 100644 ghc/compiler/codeGen/CgLoop2.hs
 delete mode 100644 ghc/compiler/prelude/PrelLoop.hs
 delete mode 100644 ghc/compiler/rename/RnLoop.hs
 delete mode 100644 ghc/compiler/types/TyLoop.hs
 delete mode 100644 ghc/compiler/utils/SpecLoop.hs

diff --git a/ghc/compiler/codeGen/CgLoop2.hs b/ghc/compiler/codeGen/CgLoop2.hs
deleted file mode 100644
index dc42921a0ab5..000000000000
--- a/ghc/compiler/codeGen/CgLoop2.hs
+++ /dev/null
@@ -1,7 +0,0 @@
-module CgLoop2 
-
-       (
-       module CgExpr
-       ) where
-
-import CgExpr
diff --git a/ghc/compiler/prelude/PrelLoop.hs b/ghc/compiler/prelude/PrelLoop.hs
deleted file mode 100644
index 867db088c8d5..000000000000
--- a/ghc/compiler/prelude/PrelLoop.hs
+++ /dev/null
@@ -1 +0,0 @@
-module PrelLoop  where
diff --git a/ghc/compiler/rename/RnLoop.hs b/ghc/compiler/rename/RnLoop.hs
deleted file mode 100644
index cd65e6e68ddd..000000000000
--- a/ghc/compiler/rename/RnLoop.hs
+++ /dev/null
@@ -1,10 +0,0 @@
-module RnLoop 
-
-       (
-        module RnBinds,
-	module RnSource
-
-       ) where
-
-import RnBinds
-import RnSource
diff --git a/ghc/compiler/types/TyLoop.hs b/ghc/compiler/types/TyLoop.hs
deleted file mode 100644
index db0db5874e4f..000000000000
--- a/ghc/compiler/types/TyLoop.hs
+++ /dev/null
@@ -1,18 +0,0 @@
-module TyLoop 
-       (
-        module Id,
-	module TyCon,
-        module TyVar,
-	module Type,
-	module TysWiredIn,
-	module TysPrim,
-	module Class,
-       ) where
-
-import Id
-import TyCon
-import Type
-import Class
-import TysWiredIn
-import TysPrim
-import TyVar
diff --git a/ghc/compiler/utils/SpecLoop.hs b/ghc/compiler/utils/SpecLoop.hs
deleted file mode 100644
index bcc1af93c3cb..000000000000
--- a/ghc/compiler/utils/SpecLoop.hs
+++ /dev/null
@@ -1,8 +0,0 @@
-module SpecLoop 
-
-       (
-        module Name
-       ) where
-
-import Name
-
-- 
GitLab