]> git.rkrishnan.org Git - functorrent.git/commitdiff
remove an unused type
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Fri, 2 Oct 2015 09:03:08 +0000 (14:33 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Fri, 2 Oct 2015 09:03:08 +0000 (14:33 +0530)
src/FuncTorrent/Peer.hs

index 6131a6bb58750d6cf2548c9680b81b822ef5f5ab..b4ed1078cc479bd50c4444edeaee17a3a1e9126f 100644 (file)
@@ -31,8 +31,6 @@ data PState = PState { handle :: Handle
                      , heChoking :: Bool
                      , heInterested :: Bool}
 
-type PeerState = State PState
-
 data PieceDlState = Pending
                   | Downloading
                   | Have