From a08f74cc211457c671d9bd168af467558ea69599 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Thu, 29 Feb 2024 14:44:41 -0500 Subject: Clean up some warnings --- rust/src/llil/instruction.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'rust/src') diff --git a/rust/src/llil/instruction.rs b/rust/src/llil/instruction.rs index 04673ab0..469c10fb 100644 --- a/rust/src/llil/instruction.rs +++ b/rust/src/llil/instruction.rs @@ -96,8 +96,6 @@ where V: NonSSAVariant, { pub fn address(&self) -> u64 { - use binaryninjacore_sys::BNLowLevelILOperation::*; - let expr_idx = unsafe { BNGetLowLevelILIndexForInstruction(self.function.handle, self.instr_idx) }; let op = unsafe { BNGetLowLevelILByIndex(self.function.handle, expr_idx) }; -- cgit v1.3.1