From 018afed5a7f1615b77a90edb83f6446708ec1a2d Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Sat, 23 Sep 2017 15:27:26 +1000 Subject: [PATCH] storage: Remove incorrect comment --- storage/file.go | 1 - 1 file changed, 1 deletion(-) diff --git a/storage/file.go b/storage/file.go index 48a14312..e6645ee7 100644 --- a/storage/file.go +++ b/storage/file.go @@ -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 -- 2.48.1