diff options
Diffstat (limited to 'src/Network/BitTorrent/Exchange/Bus.hs')
-rw-r--r-- | src/Network/BitTorrent/Exchange/Bus.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Network/BitTorrent/Exchange/Bus.hs b/src/Network/BitTorrent/Exchange/Bus.hs index 4800c4a0..7de91180 100644 --- a/src/Network/BitTorrent/Exchange/Bus.hs +++ b/src/Network/BitTorrent/Exchange/Bus.hs | |||
@@ -34,6 +34,9 @@ flushPending = {-# SCC flushPending #-} do | |||
34 | P2P monad | 34 | P2P monad |
35 | -----------------------------------------------------------------------} | 35 | -----------------------------------------------------------------------} |
36 | 36 | ||
37 | filterMeaninless :: P2P Message Message | ||
38 | filterMeaninless = undefined | ||
39 | |||
37 | -- | | 40 | -- | |
38 | -- Exceptions: | 41 | -- Exceptions: |
39 | -- | 42 | -- |