diff --git a/crates/e2e/src/lib.rs b/crates/e2e/src/lib.rs index a44e094a1f1..19c929fc20d 100644 --- a/crates/e2e/src/lib.rs +++ b/crates/e2e/src/lib.rs @@ -148,11 +148,3 @@ where ::Env, >>::from_account_id(acc_id) } - -/// Builds a contract and imports its scaffolded structure as a module. -#[macro_export] -macro_rules! build { - ($($arg:tt)*) => ( - ink_e2e::smart_bench_macro::contract!($($arg)*) - ); -}