From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Fri, 2 Oct 2015 09:03:08 +0000 (+0530)
Subject: remove an unused type
X-Git-Url: https://git.rkrishnan.org/components/com_hotproperty/flags/simplejson/vdrive?a=commitdiff_plain;h=7f3a6b18e891321e53c8aa387fac35c9ba833f30;p=functorrent.git

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