Skip to content

Commit

Permalink
[ink_e2e] remove legacy build! macro (#2084)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascjones authored Jan 30, 2024
1 parent f878b00 commit 5674b4d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions crates/e2e/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,3 @@ where
<Contract as ContractEnv>::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)*)
);
}

0 comments on commit 5674b4d

Please sign in to comment.