Remove old comment

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2019-03-09 12:38:38 +01:00
parent 71cccad665
commit 581da9c9cf
1 changed files with 0 additions and 1 deletions

View File

@ -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() {