From 462276a4aa998e0b0ef804dd8d3b2eaa84a82f98 Mon Sep 17 00:00:00 2001 From: Michael Krasnitski Date: Tue, 27 Feb 2024 14:26:56 -0500 Subject: Move `ILFunction` trait into `operand_iter.rs` to make it private --- rust/src/function.rs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'rust/src/function.rs') diff --git a/rust/src/function.rs b/rust/src/function.rs index 16c7bf2f..273a0861 100644 --- a/rust/src/function.rs +++ b/rust/src/function.rs @@ -435,13 +435,6 @@ impl PartialEq for Function { } } -pub trait ILFunction { - type Instruction; - - fn il_instruction_from_idx(&self, expr_idx: usize) -> Self::Instruction; - fn operands_from_idx(&self, expr_idx: usize) -> [u64; 5]; -} - ///////////////// // AddressRange -- cgit v1.3.1