Address unused variable

This commit is contained in:
2020-05-19 12:53:37 +02:00
parent 0229adef78
commit 7020bc0bf0

View File

@@ -107,7 +107,7 @@ impl Problem
continue;
}
for (section_key, statements) in self.statements.borrow().iter()
for (_, statements) in self.statements.borrow().iter()
{
for statement in statements
{