Skip to content

Commit

Permalink
chore: 🪹 remove empty event.rs files
Browse files Browse the repository at this point in the history
while looking around through files named `event.rs`, per the description
of #3504, i found that some of these files are empty. this commit
removes these empty files.
  • Loading branch information
cratelyn committed Apr 12, 2024
1 parent b6fe24f commit c0a01fd
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions crates/core/component/community-pool/src/event.rs

This file was deleted.

2 changes: 0 additions & 2 deletions crates/core/component/community-pool/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
#[cfg(feature = "component")]
pub mod component;

pub mod event;

mod action;
pub use action::{CommunityPoolDeposit, CommunityPoolOutput, CommunityPoolSpend};

Expand Down
1 change: 0 additions & 1 deletion crates/core/component/compact-block/src/event.rs

This file was deleted.

1 change: 0 additions & 1 deletion crates/core/component/compact-block/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#[cfg(feature = "component")]
pub mod component;

pub mod event;
pub mod state_key;

mod compact_block;
Expand Down
1 change: 0 additions & 1 deletion crates/core/component/fee/src/event.rs

This file was deleted.

1 change: 0 additions & 1 deletion crates/core/component/fee/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#[cfg(feature = "component")]
pub mod component;

pub mod event;
pub mod state_key;

mod fee;
Expand Down

0 comments on commit c0a01fd

Please sign in to comment.