From 649327cdc48d44bb2872eda44663c875a9198419 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 1 Aug 2008 21:47:07 +0000 Subject: [PATCH] Remove the now-unused GHC/Conc.lhs-boot --- GHC/Conc.lhs-boot | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 GHC/Conc.lhs-boot diff --git a/GHC/Conc.lhs-boot b/GHC/Conc.lhs-boot deleted file mode 100644 index 5fd45cf..0000000 --- a/GHC/Conc.lhs-boot +++ /dev/null @@ -1,9 +0,0 @@ -\begin{code} -{-# OPTIONS_GHC -XNoImplicitPrelude #-} - -module GHC.Conc where - -import GHC.Prim - -data ThreadId = ThreadId ThreadId# -\end{code} -- 1.7.10.4