Skip to content

Commit

Permalink
remove unused arms
Browse files Browse the repository at this point in the history
  • Loading branch information
iFrostizz committed Apr 29, 2024
1 parent e50e3e1 commit f615aa4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions x/programs/rust/wasmlanche-sdk/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,14 +202,6 @@ macro_rules! call_host_fn {

unsafe { ffi($caller, $key, $value) }
}};

($mod:literal, ($caller:ident, $key:ident)) => {
// TODO
};

($mod:literal, ($caller:ident, $key:ident, $value:ident)) => {
// TODO
};
}

mod host {
Expand Down

0 comments on commit f615aa4

Please sign in to comment.