projects
/
functorrent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f46f015
)
remove an unused type
author
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Fri, 2 Oct 2015 09:03:08 +0000
(14:33 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Fri, 2 Oct 2015 09:03:08 +0000
(14:33 +0530)
src/FuncTorrent/Peer.hs
patch
|
blob
|
history
diff --git
a/src/FuncTorrent/Peer.hs
b/src/FuncTorrent/Peer.hs
index 6131a6bb58750d6cf2548c9680b81b822ef5f5ab..b4ed1078cc479bd50c4444edeaee17a3a1e9126f 100644
(file)
--- 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