Skip to content

Commit

Permalink
chore: remove unused dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
yHSJ committed Nov 11, 2024
1 parent 60705fd commit bebaf96
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/model/cluster/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,6 @@ pub struct ConnectionInfo {
#[derive(Serialize)]
pub struct NodeSummary(pub NodeClient);

#[allow(dead_code)]
#[derive(Clone, Debug)]
pub struct StateUpdate {
pub player: String,
pub bytes: u64,
pub kills: u64,
pub items: u64,
pub secrets: u64,
pub time: Vec<u128>,
}

#[derive(Serialize, Deserialize)]
pub struct KeyEnvelope {
#[serde(rename = "type")]
Expand Down

0 comments on commit bebaf96

Please sign in to comment.