cleanup accessors, various other things

This commit is contained in:
Mark Thom
2019-02-16 14:40:56 -07:00
parent 10d5c00f4b
commit d2afd2dd19
2 changed files with 17 additions and 16 deletions

View File

@@ -70,7 +70,6 @@ impl MachineState {
count
}
pub(super)
fn verify_attributes(&mut self)
{
for (h, _) in &self.attr_var_init.bindings {