Remove the now-unused GHC/Conc.lhs-boot
authorIan Lynagh <igloo@earth.li>
Fri, 1 Aug 2008 21:47:07 +0000 (21:47 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 1 Aug 2008 21:47:07 +0000 (21:47 +0000)
GHC/Conc.lhs-boot [deleted file]

diff --git a/GHC/Conc.lhs-boot b/GHC/Conc.lhs-boot
deleted file mode 100644 (file)
index 5fd45cf..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-\begin{code}
-{-# OPTIONS_GHC -XNoImplicitPrelude #-}
-
-module GHC.Conc where
-
-import GHC.Prim
-
-data ThreadId = ThreadId ThreadId#
-\end{code}