Skip to content

Commit

Permalink
remove mock builder artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm committed Sep 18, 2023
1 parent 49e2a6c commit 289991c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libs/mock-builder/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,6 @@ macro_rules! execute_call {
($input:expr) => {{
$crate::execute::<CallIds<T>, _, _, _>(|| (), $input)
}};
($input:expr, $gen:expr) => {{
$crate::execute::<CallIds<$gen>, _, _, _>(|| (), $input)
}};
}

/// Execute a function from the function storage for a pallet with instances.
Expand Down

0 comments on commit 289991c

Please sign in to comment.