Quieten deadcode
This commit is contained in:
parent
484bf145a8
commit
8118c8d3cc
11 changed files with 25 additions and 37 deletions
|
|
@ -65,7 +65,7 @@ func (qs *store) OptimizeIterator(it graph.Iterator) (graph.Iterator, bool) {
|
|||
}
|
||||
|
||||
func (qs *store) FixedIterator() graph.FixedIterator {
|
||||
return NewFixedIteratorWithCompare(BasicEquality)
|
||||
return NewFixed(Identity)
|
||||
}
|
||||
|
||||
func (qs *store) Close() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue