Quieten deadcode
This commit is contained in:
parent
484bf145a8
commit
8118c8d3cc
11 changed files with 25 additions and 37 deletions
|
|
@ -480,5 +480,5 @@ func compareBytes(a, b graph.Value) bool {
|
|||
}
|
||||
|
||||
func (qs *QuadStore) FixedIterator() graph.FixedIterator {
|
||||
return iterator.NewFixedIteratorWithCompare(compareBytes)
|
||||
return iterator.NewFixed(compareBytes)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue