Quieten deadcode
This commit is contained in:
parent
484bf145a8
commit
8118c8d3cc
11 changed files with 25 additions and 37 deletions
|
|
@ -24,7 +24,7 @@ import (
|
|||
var simpleStore = &store{data: []string{"0", "1", "2", "3", "4", "5"}}
|
||||
|
||||
func simpleFixedIterator() *Fixed {
|
||||
f := newFixed()
|
||||
f := NewFixed(Identity)
|
||||
for i := 0; i < 5; i++ {
|
||||
f.Add(i)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue