Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Gusarov committed Aug 6, 2018
1 parent 35f66e5 commit c917ed2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions proof_range.go
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ func (t *Tree) getRangeProof(keyStart, keyEnd []byte, limit int) (*RangeProof, [
// nolint
var innersq = []PathToLeaf(nil)
var inners = PathToLeaf(nil)
var lastDepth uint8 = 0
var leafCount = 1 // from left above.
var pathCount = 0
// var keys, values [][]byte defined as function outs.
Expand Down Expand Up @@ -435,7 +434,6 @@ func (t *Tree) getRangeProof(keyStart, keyEnd []byte, limit int) (*RangeProof, [
})
}
}
lastDepth = depth
return false
},
)
Expand Down

0 comments on commit c917ed2

Please sign in to comment.