]> git.rkrishnan.org Git - functorrent.git/blobdiff - src/FuncTorrent/Tracker.hs
Tracker: remove redundant import
[functorrent.git] / src / FuncTorrent / Tracker.hs
index b07fd2546f20912c6f7a07c9f9621a6dd5df9d83..224a30e6ba603a7e617b69d42b2c00f534bc4f95 100644 (file)
@@ -12,7 +12,6 @@ import Prelude hiding (lookup, splitAt)
 import Control.Applicative (liftA2)
 import Control.Concurrent (threadDelay)
 import Control.Concurrent.MVar (MVar, newEmptyMVar, newMVar, readMVar, putMVar)
-import Control.Exception (try)
 import Data.Binary (Binary(..), encode, decode)
 import Data.Binary.Put (putWord16be, putWord32be, putWord64be, putByteString)
 import Data.Binary.Get (Get, isEmpty, getByteString, getWord16be, getWord32be)