assembler: remove some current dead code

This commit is contained in:
2025-06-25 17:56:45 +01:00
parent 7565374d5b
commit 7cb7525484
2 changed files with 1 additions and 6 deletions
View File
+1 -6
View File
@@ -13,7 +13,6 @@
)] )]
pub mod args; pub mod args;
pub mod image_builder;
// pub mod tooling; // pub mod tooling;
pub mod compiler_engine; pub mod compiler_engine;
pub mod context; pub mod context;
@@ -24,11 +23,7 @@ pub mod symtab;
mod util; mod util;
pub mod prelude { // pub mod prelude {}
pub use crate::image_builder;
// pub use crate::tooling::brainf;
// pub use crate::tooling::project;
}
use num_cpus as _; use num_cpus as _;
use threadpool as _; use threadpool as _;