From: Ramakrishnan Muthukrishnan Date: Tue, 15 Dec 2015 17:31:21 +0000 (+0530) Subject: main: remove redundant import X-Git-Url: https://git.rkrishnan.org/frontends/FTP-and-SFTP.rst?a=commitdiff_plain;h=9ecef14d2675faa25c1c49a258d1bb9706d87ae8;p=functorrent.git main: remove redundant import --- diff --git a/src/main/Main.hs b/src/main/Main.hs index c641fa0..623fe31 100644 --- a/src/main/Main.hs +++ b/src/main/Main.hs @@ -4,7 +4,6 @@ module Main where import Prelude hiding (log, length, readFile, getContents) import Control.Concurrent (forkIO, killThread) -import Control.Monad.State (liftIO) import Control.Concurrent.MVar (readMVar) import Data.ByteString.Char8 (ByteString, getContents, readFile) import qualified FuncTorrent.FileSystem as FS (createMsgChannel, pieceMapFromFile, run)