diff options
| author | Mason Reed <mason@vector35.com> | 2024-10-30 14:36:54 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2024-10-30 15:40:40 -0400 |
| commit | 8885afb751fbb7eb00b9cc15b265a106114eddc7 (patch) | |
| tree | 10adcc5284c366202faeb616d7ddee9ae8c5f088 /plugins/warp/src | |
| parent | 682848289b03f9ba8b14c5dc684306f670947216 (diff) | |
WARP: Make build script less scuffed
Diffstat (limited to 'plugins/warp/src')
| -rw-r--r-- | plugins/warp/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/warp/src/lib.rs b/plugins/warp/src/lib.rs index 866f7e31..2ebacefd 100644 --- a/plugins/warp/src/lib.rs +++ b/plugins/warp/src/lib.rs @@ -137,12 +137,10 @@ pub fn basic_block_guid<A: Architecture, M: FunctionMutability, V: NonSSAVariant #[cfg(test)] mod tests { use crate::cache::cached_function_guid; - use crate::convert::from_bn_type; use binaryninja::binaryview::BinaryViewExt; use binaryninja::headless::Session; use std::path::PathBuf; use std::sync::OnceLock; - use warp::r#type::guid::TypeGUID; static INIT: OnceLock<Session> = OnceLock::new(); |
