Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rarity-map.js')
-rw-r--r--lib/rarity-map.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rarity-map.js b/lib/rarity-map.js
index c362077..430f62f 100644
--- a/lib/rarity-map.js
+++ b/lib/rarity-map.js
@@ -3,8 +3,6 @@ module.exports = RarityMap
/**
* Mapping of torrent pieces to their respective availability in the torrent swarm. Used
* by the torrent manager for implementing the rarest piece first selection strategy.
- *
- * @param {Torrent} torrent
*/
function RarityMap (torrent) {
var self = this