]> Sergey Matveev's repositories - btrtrc.git/commitdiff
storage: Remove incorrect comment
authorMatt Joiner <anacrolix@gmail.com>
Sat, 23 Sep 2017 05:27:26 +0000 (15:27 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Sat, 23 Sep 2017 05:27:26 +0000 (15:27 +1000)
storage/file.go

index 48a14312e61c2f318c0ffce6a72976e80f2cd4ce..e6645ee7fcce9117599c89f4f7c5fffa1c66c8e6 100644 (file)
@@ -75,7 +75,6 @@ func (fs *fileClientImpl) OpenTorrent(info *metainfo.Info, infoHash metainfo.Has
        }, nil
 }
 
-// File-based torrent storage, not yet bound to a Torrent.
 type fileTorrentImpl struct {
        dir        string
        info       *metainfo.Info