Skip to content

Commit

Permalink
BTFS-1849
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Yeom committed Apr 23, 2020
1 parent 449f412 commit 495901f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
3 changes: 0 additions & 3 deletions file/reed_solomon_file.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,6 @@ func (it *rsIterator) Err() error {
return it.err
}

func (it *rsIterator) SetReedSolomon() {
}

func (it *rsIterator) BreadthFirstTraversal() {
it.breadthFirstTraversal = true
}
Expand Down
3 changes: 0 additions & 3 deletions file/unixfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ func (it *ufsIterator) Err() error {
return it.err
}

func (it *ufsIterator) SetReedSolomon() {
}

func (it *ufsIterator) BreadthFirstTraversal() {
}

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/TRON-US/go-unixfs
require (
github.com/Stebalien/go-bitfield v0.0.1
github.com/TRON-US/go-btfs-chunker v0.2.8
github.com/TRON-US/go-btfs-files v0.1.6
github.com/TRON-US/go-btfs-files v0.1.7
github.com/gogo/protobuf v1.2.1
github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect
github.com/ipfs/go-bitswap v0.1.2 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ github.com/TRON-US/go-btfs-chunker v0.2.8/go.mod h1:Wj0oyybAWtu5lpcAc90QQ3bhJ14J
github.com/TRON-US/go-btfs-files v0.1.1/go.mod h1:tD2vOKLcLCDNMn9rrA27n2VbNpHdKewGzEguIFY+EJ0=
github.com/TRON-US/go-btfs-files v0.1.6 h1:POR7n7UUIMNtjIDEloqqi1/pRua2Gn5asjMJZsfiSxI=
github.com/TRON-US/go-btfs-files v0.1.6/go.mod h1:I8LeoFulha712BW03zGgmDdNwa0qbAPwfMIglzw0fnE=
github.com/TRON-US/go-btfs-files v0.1.7 h1:Yce1ycvUWPtvQ+Iv3stKqQXYymxhx/XyRZT0jJzdgVI=
github.com/TRON-US/go-btfs-files v0.1.7/go.mod h1:I8LeoFulha712BW03zGgmDdNwa0qbAPwfMIglzw0fnE=
github.com/aead/siphash v1.0.1/go.mod h1:Nywa3cDsYNNK3gaciGTWPwHt0wlpNV15vwmswBAUSII=
github.com/btcsuite/btcd v0.0.0-20190213025234-306aecffea32 h1:qkOC5Gd33k54tobS36cXdAzJbeHaduLtnLQQwNoIi78=
github.com/btcsuite/btcd v0.0.0-20190213025234-306aecffea32/go.mod h1:DrZx5ec/dmnfpw9KyYoQyYo7d0KEvTkk/5M/vbZjAr8=
Expand Down

0 comments on commit 495901f

Please sign in to comment.