Remove old code

This commit is contained in:
~karx 2021-03-16 12:45:37 -05:00 committed by Yash
parent 804a678f69
commit e71914df66
No known key found for this signature in database
GPG Key ID: A794DA2529474BA5
1 changed files with 0 additions and 7 deletions

View File

@ -186,13 +186,6 @@ impl Program {
self.funcs.insert(*key, value.to_string());
}
}
// for (key, value) in prog.vars.iter() {
// self.vars.insert(*key, value.to_string());
// }
// for (key, value) in prog.funcs.iter() {
// self.funcs.insert(*key, value.to_string());
// }
}
fn parse(&mut self, instruction: &String) {