diff options
Diffstat (limited to 'oryxc/src/main.rs')
| -rw-r--r-- | oryxc/src/main.rs | 1 |
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, }; |