clean up 23

This commit is contained in:
timeshifter
2026-07-04 17:30:50 +02:00
parent aaa4543fc7
commit 8e07b24c81
-11
View File
@@ -114,17 +114,6 @@ impl Value {
Self::Register(first_char) Self::Register(first_char)
} }
} }
// fn is_register(&self) -> bool {
// match self {
// Value::Register(_) => true,
// Value::Numeric(_) => false,
// }
// }
// fn is_numeric(&self) -> bool {
// !self.is_register()
// }
} }
impl Instruction { impl Instruction {