Skip to content

Commit

Permalink
remove duplicate reset
Browse files Browse the repository at this point in the history
  • Loading branch information
max-hoffman committed May 22, 2024
1 parent 0a97f9d commit 1394891
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions go/store/prolly/tree/blob_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ func (b *BlobBuilder) Reset() {

// Init calculates tree dimensions for a given blob.
func (b *BlobBuilder) Init(dataSize int) {
b.Reset()

if dataSize == 0 {
return
}
Expand Down

0 comments on commit 1394891

Please sign in to comment.