Skip to content

Commit

Permalink
Remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed Jan 27, 2025
1 parent 84a80be commit ed5a593
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 85 deletions.

This file was deleted.

2 changes: 0 additions & 2 deletions crates/radix-engine-toolkit/src/types/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
// under the License.

mod build_information;
mod detailed_transaction_type_output;
mod grouped_entity_type;
mod grouped_instruction;
mod indexed_manifest_value;
Expand All @@ -35,7 +34,6 @@ mod update;
mod worktop_changes;

pub use build_information::*;
pub use detailed_transaction_type_output::*;
pub use grouped_entity_type::*;
pub use grouped_instruction::*;
pub use indexed_manifest_value::*;
Expand Down

0 comments on commit ed5a593

Please sign in to comment.