Skip to content

Commit

Permalink
Remove drop
Browse files Browse the repository at this point in the history
  • Loading branch information
Sytten committed Oct 26, 2024
1 parent 45000b8 commit 7aefd01
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/next/actor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,6 @@ impl ConnectionActor {
}
}

impl Drop for ConnectionActor {
fn drop(&mut self) {
println!("Dropping ConnectionActor");
}
}

enum Next {
Command(ConnectionCommand),
Message(Message),
Expand Down

0 comments on commit 7aefd01

Please sign in to comment.