summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Sessions
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/BitTorrent/Sessions')
-rw-r--r--src/Network/BitTorrent/Sessions/Types.lhs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Sessions/Types.lhs b/src/Network/BitTorrent/Sessions/Types.lhs
index 855e9a08..f3a3e789 100644
--- a/src/Network/BitTorrent/Sessions/Types.lhs
+++ b/src/Network/BitTorrent/Sessions/Types.lhs
@@ -259,7 +259,6 @@ and different enabled extensions at the same time.
259> , allowedExtensions :: [Extension] 259> , allowedExtensions :: [Extension]
260 260
261> , peerListener :: !(MVar ClientService) 261> , peerListener :: !(MVar ClientService)
262> , nodeListener :: !(MVar ClientService)
263 262
264> -- | Semaphor used to bound number of active P2P sessions. 263> -- | Semaphor used to bound number of active P2P sessions.
265> , activeThreads :: !(MSem ThreadCount) 264> , activeThreads :: !(MSem ThreadCount)