Remove dead var
This commit is contained in:
parent
05a7ecdbb6
commit
2f2f580858
1 changed files with 0 additions and 2 deletions
|
|
@ -23,8 +23,6 @@ import (
|
|||
"github.com/barakmich/glog"
|
||||
)
|
||||
|
||||
var iterator_n int = 0
|
||||
|
||||
type Iterator interface {
|
||||
// Tags are the way we handle results. By adding a tag to an iterator, we can
|
||||
// "name" it, in a sense, and at each step of iteration, get a named result.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue