Skip to content

Commit 2f0518d

Browse files
author
user0-07161
committed
cleanup: remove unused DatabaseAction enum
1 parent 69fe2d0 commit 2f0518d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/commands/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ pub enum IrcAction {
4242
DoNothing,
4343
}
4444

45-
pub enum DatabaseAction {}
46-
4745
#[async_trait]
4846
pub trait IrcHandler: Send + Sync {
4947
async fn handle(

0 commit comments

Comments
 (0)