Remove old comment
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
71cccad665
commit
581da9c9cf
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ impl<'a> Iterator for CategoryNameIter<'a> {
|
|||
type Item = Result<String>;
|
||||
|
||||
fn next(&mut self) -> Option<Self::Item> {
|
||||
// TODO: Optimize me with lazy_static
|
||||
let query = CATEGORY_REGISTER_NAME_FIELD_PATH;
|
||||
|
||||
while let Some(sid) = self.1.next() {
|
||||
|
|
Loading…
Reference in a new issue