Skip to content

Commit bfd444f

Browse files
committed
rust: remove unused Ethereum wrappers for C
1 parent a365c67 commit bfd444f

File tree

2 files changed

+0
-61
lines changed

2 files changed

+0
-61
lines changed

src/rust/bitbox02-rust-c/src/app_ethereum.rs

Lines changed: 0 additions & 58 deletions
This file was deleted.

src/rust/bitbox02-rust-c/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ mod sha2;
4040
#[cfg(feature = "firmware")]
4141
mod workflow;
4242

43-
#[cfg(feature = "app-ethereum")]
44-
pub mod app_ethereum;
45-
4643
// Whenever execution reaches somewhere it isn't supposed to rust code will "panic". Our panic
4744
// handler will print the available information on the screen. If we compile with `panic=abort`
4845
// this code will never get executed.

0 commit comments

Comments
 (0)