diff options
Diffstat (limited to 'src/Network/BitTorrent/Exchange/Session.hs')
-rw-r--r-- | src/Network/BitTorrent/Exchange/Session.hs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Network/BitTorrent/Exchange/Session.hs b/src/Network/BitTorrent/Exchange/Session.hs index 695ac18a..dce2572f 100644 --- a/src/Network/BitTorrent/Exchange/Session.hs +++ b/src/Network/BitTorrent/Exchange/Session.hs | |||
@@ -169,9 +169,6 @@ handleMessage (Port n) = undefined | |||
169 | handleMessage (Fast _) = undefined | 169 | handleMessage (Fast _) = undefined |
170 | handleMessage (Extended _) = undefined | 170 | handleMessage (Extended _) = undefined |
171 | 171 | ||
172 | filterQueue :: (Message -> Bool) -> Wire s () | ||
173 | filterQueue = undefined | ||
174 | |||
175 | exchange :: Wire Session () | 172 | exchange :: Wire Session () |
176 | exchange = do | 173 | exchange = do |
177 | e <- recvMessage | 174 | e <- recvMessage |