Skip to content

Commit

Permalink
fix: trim dead struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Terkwood committed May 29, 2021
1 parent 8fbaea1 commit 43640b6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions micro-game-lobby/src/stream/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ use redis_streams::Message;

pub const GROUP_NAME: &str = "micro-game-lobby";

#[derive(Clone, Debug)]
pub enum StreamInput {
FPG(FindPublicGame),
CG(CreateGame),
JPG(JoinPrivateGame),
SD(SessionDisconnected),
}

#[derive(Debug, Clone, PartialEq)]
pub enum StreamOutput {
WFO(WaitForOpponent),
Expand Down

0 comments on commit 43640b6

Please sign in to comment.