Skip to content

Commit f615aa4

Browse files
committed
remove unused arms
1 parent e50e3e1 commit f615aa4

File tree

1 file changed

+0
-8
lines changed
  • x/programs/rust/wasmlanche-sdk/src

1 file changed

+0
-8
lines changed

x/programs/rust/wasmlanche-sdk/src/state.rs

-8
Original file line numberDiff line numberDiff line change
@@ -202,14 +202,6 @@ macro_rules! call_host_fn {
202202

203203
unsafe { ffi($caller, $key, $value) }
204204
}};
205-
206-
($mod:literal, ($caller:ident, $key:ident)) => {
207-
// TODO
208-
};
209-
210-
($mod:literal, ($caller:ident, $key:ident, $value:ident)) => {
211-
// TODO
212-
};
213205
}
214206

215207
mod host {

0 commit comments

Comments
 (0)