mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
swarm/storage: remove redundant comment
This commit is contained in:
parent
3006eb768f
commit
312f8120e1
1 changed files with 0 additions and 1 deletions
|
|
@ -392,7 +392,6 @@ type LazyChunkReader struct {
|
||||||
getter Getter
|
getter Getter
|
||||||
}
|
}
|
||||||
|
|
||||||
// implements the Joiner interface
|
|
||||||
func (self *TreeChunker) Join() *LazyChunkReader {
|
func (self *TreeChunker) Join() *LazyChunkReader {
|
||||||
return &LazyChunkReader{
|
return &LazyChunkReader{
|
||||||
key: self.key,
|
key: self.key,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue