]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Remove obsolete note about priorities
authorMatt Joiner <anacrolix@gmail.com>
Thu, 28 Jan 2016 06:22:10 +0000 (17:22 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Thu, 28 Jan 2016 06:22:10 +0000 (17:22 +1100)
t.go

diff --git a/t.go b/t.go
index 8fac08e7c869d03bc6862e53cc9cb48736627dc8..123cb22549df4de156ecee24cab6ba6572368d73 100644 (file)
--- a/t.go
+++ b/t.go
@@ -34,8 +34,7 @@ func (t Torrent) Info() *metainfo.Info {
 }
 
 // Returns a Reader bound to the torrent's data. All read calls block until
-// the data requested is actually available. Priorities are set to ensure the
-// data requested will be downloaded as soon as possible.
+// the data requested is actually available.
 func (t Torrent) NewReader() (ret *Reader) {
        ret = &Reader{
                t:         &t,