cleanup: remove unused DatabaseAction enum
This commit is contained in:
parent
69fe2d00bc
commit
2f0518d393
1 changed files with 0 additions and 2 deletions
|
|
@ -42,8 +42,6 @@ pub enum IrcAction {
|
||||||
DoNothing,
|
DoNothing,
|
||||||
}
|
}
|
||||||
|
|
||||||
pub enum DatabaseAction {}
|
|
||||||
|
|
||||||
#[async_trait]
|
#[async_trait]
|
||||||
pub trait IrcHandler: Send + Sync {
|
pub trait IrcHandler: Send + Sync {
|
||||||
async fn handle(
|
async fn handle(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue