@cryptotaxi247 / kubo / commits / 26cebac6d

Remove comment referring to old code

FSRepo.Open is dead since fdd1cd8dc045db90b06497a15df7f6f232f76bda

Tommi Virtanen committed Mar 16, 2015 at 13:50 UTC 26cebac6d82d886cb59477c9eb4b9d78f4526a74
1 file changed -1
repo/fsrepo/fsrepo.go
-1
@@ -60,7 +60,6 @@ type FSRepo struct {
60 // the same fsrepo path concurrently
61 lockfile io.Closer
62 config *config.Config
63 - // ds is set on Open
63 ds ds2.ThreadSafeDatastoreCloser
64 }
65