From 2e22fb9cafb37d65a5e3e5f6a4a7028e39ad6c50 Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
Date: Fri, 27 Aug 1999 08:33:06 +0000
Subject: [PATCH] [project @ 1999-08-27 08:33:06 by simonmar] Fix imports.

---
 ghc/lib/concurrent/Concurrent.lhs | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ghc/lib/concurrent/Concurrent.lhs b/ghc/lib/concurrent/Concurrent.lhs
index befeaa64ec7d..13a2851e61e6 100644
--- a/ghc/lib/concurrent/Concurrent.lhs
+++ b/ghc/lib/concurrent/Concurrent.lhs
@@ -56,8 +56,6 @@ import Channel
 import Semaphore
 import SampleVar
 import PrelConc
-import PrelHandle       ( topHandler, threadDelay, 
-			  threadWaitRead, threadWaitWrite )
 import PrelException
 import PrelIOBase	( IO(..) )
 import IO
-- 
GitLab