summary refs log tree commit diff
path: root/src/main.rs
diff options
context:
space:
mode:
authorAshelyn Rose <git@ashen.earth>2024-12-21 17:23:24 -0700
committerAshelyn Rose <git@ashen.earth>2024-12-21 17:23:24 -0700
commit9a2c2bc2d9ff45b9bd96c570b8c5fc0b03067ccc (patch)
tree12f65bfca6e285911713c6699b4d2a534df88cd4 /src/main.rs
parentfbbeed8c10dc9c9bdb34f946d5b844b537ebad7a (diff)
Implement setiosys
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 4e97cd4..3aeb2e7 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -3,7 +3,6 @@ mod interpreter;
 mod glk;
 mod instructions;
 mod opcodes;
-use opcodes::OpCodes;
 
 use interpreter::Interpreter;
 use std::{env, fs, process::exit};