From: Ramakrishnan Muthukrishnan Date: Fri, 2 Oct 2015 09:03:08 +0000 (+0530) Subject: remove an unused type X-Git-Url: https://git.rkrishnan.org/?p=functorrent.git;a=commitdiff_plain;h=7f3a6b18e891321e53c8aa387fac35c9ba833f30 remove an unused type --- diff --git a/src/FuncTorrent/Peer.hs b/src/FuncTorrent/Peer.hs index 6131a6b..b4ed107 100644 --- a/src/FuncTorrent/Peer.hs +++ b/src/FuncTorrent/Peer.hs @@ -31,8 +31,6 @@ data PState = PState { handle :: Handle , heChoking :: Bool , heInterested :: Bool} -type PeerState = State PState - data PieceDlState = Pending | Downloading | Have