diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-17 00:20:04 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-17 00:20:04 +0400 |
commit | edcedd63872809dd7905f2a21d00e0e2c67a3709 (patch) | |
tree | 1b870f9968dcc3bc85bdafe67e86d1a919a8a1a7 /src/Network/BitTorrent/Discovery.hs | |
parent | 677c54a4ed4e4ecb185b46a8272add4c6df04b0b (diff) |
Remove orphane module
Diffstat (limited to 'src/Network/BitTorrent/Discovery.hs')
-rw-r--r-- | src/Network/BitTorrent/Discovery.hs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Network/BitTorrent/Discovery.hs b/src/Network/BitTorrent/Discovery.hs deleted file mode 100644 index f26864a7..00000000 --- a/src/Network/BitTorrent/Discovery.hs +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | type PeerCount = Int | ||
2 | |||
3 | defaultChanSize :: PeerCount | ||
4 | defaultChanSize = defaultNumWant * 2 | ||