summaryrefslogtreecommitdiff
path: root/oryxc/src/main.rs
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2026-02-27 11:14:09 +0100
committerThomas Voss <mail@thomasvoss.com> 2026-02-27 11:14:09 +0100
commitdf512a08f3c14f8496b53dd15f30f772df208202 (patch)
tree4a4e510b41b2de43a667118a3e13e496f13c49bc /oryxc/src/main.rs
parent427e7ac724dfe55f2077cd10eef325df7dea5124 (diff)
Big work to the compiler job system
Diffstat (limited to 'oryxc/src/main.rs')
-rw-r--r--oryxc/src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/oryxc/src/main.rs b/oryxc/src/main.rs
index 298093d..3f4be0f 100644
--- a/oryxc/src/main.rs
+++ b/oryxc/src/main.rs
@@ -10,7 +10,6 @@ mod unicode;
use std::ffi::OsString;
use std::{
env,
- fs,
process,
thread,
};