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 21, 2020
1 parent 3a6ffec commit 449f412
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions file/unixfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ func (it *ufsIterator) Err() error {
func (it *ufsIterator) SetReedSolomon() {
}

func (it *ufsIterator) BreadthFirstTraversal() {
}

func (d *ufsDirectory) Close() error {
return nil
}
Expand Down

0 comments on commit 449f412

Please sign in to comment.