Skip to content

Commit

Permalink
further cleanup of rustVM impl
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaicalinluca committed Nov 21, 2024
1 parent beb50cd commit 65aa549
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 47 deletions.
2 changes: 0 additions & 2 deletions chain/vm/src/tx_mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ mod tx_managed_types;
mod tx_panic;
mod tx_result;
mod tx_result_calls;
mod tx_transfer_by_user_data;

pub use blockchain_update::BlockchainUpdate;
pub use tx_async_call_data::*;
Expand All @@ -37,7 +36,6 @@ pub use tx_managed_types::*;
pub use tx_panic::*;
pub use tx_result::*;
pub use tx_result_calls::*;
pub use tx_transfer_by_user_data::*;

#[cfg(feature = "wasm-incompatible")]
mod blockchain_rng;
Expand Down
45 changes: 0 additions & 45 deletions chain/vm/src/tx_mock/tx_transfer_by_user_data.rs

This file was deleted.

0 comments on commit 65aa549

Please sign in to comment.