From: Matt Joiner Date: Thu, 28 Jan 2016 06:22:10 +0000 (+1100) Subject: Remove obsolete note about priorities X-Git-Tag: v1.0.0~939^2 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=779085c6fe132eed81766e1c01d763a0d67e3fb1;p=btrtrc.git Remove obsolete note about priorities --- diff --git a/t.go b/t.go index 8fac08e7..123cb225 100644 --- 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,