summaryrefslogtreecommitdiff
path: root/rust/src/lib.rs
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2025-05-11 21:00:24 -0400
committerMason Reed <35282038+emesare@users.noreply.github.com>2025-05-12 17:45:24 -0400
commite2fac46543527d27eab2fc77cf19a4f715438857 (patch)
tree00a7bf0d381781c049658c104f295830fda448cd /rust/src/lib.rs
parent5dce2937456a59b951ebba720b1077d1e2e7e836 (diff)
[Rust] Simplify operand list retrieval for MLIL and HLIL
Diffstat (limited to 'rust/src/lib.rs')
-rw-r--r--rust/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/rust/src/lib.rs b/rust/src/lib.rs
index 80baae43..05c01077 100644
--- a/rust/src/lib.rs
+++ b/rust/src/lib.rs
@@ -26,7 +26,6 @@
#[macro_use]
mod ffi;
-mod operand_iter;
pub mod architecture;
pub mod background_task;