diff --git a/yara-x/src/modules/tests.rs b/yara-x/src/modules/tests.rs index 6f6cbccc8..b5d6c4249 100644 --- a/yara-x/src/modules/tests.rs +++ b/yara-x/src/modules/tests.rs @@ -2,10 +2,6 @@ use std::fs; use std::io::Write; use std::path::Path; -use globwalk; -use goldenfile; -use ihex; - pub fn create_binary_from_ihex>( path: P, ) -> anyhow::Result> {