From 779085c6fe132eed81766e1c01d763a0d67e3fb1 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Thu, 28 Jan 2016 17:22:10 +1100 Subject: [PATCH] Remove obsolete note about priorities --- t.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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, -- 2.48.1