Skip to content

Commit

Permalink
fix: linter error, unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Mar 14, 2024
1 parent d32a748 commit 45c77c3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/console/clients/udp/responses.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,6 @@ impl From<ScrapeResponse> for ScrapeResponseDto {
}
}

#[derive(Serialize)]
struct Peer {
seeders: i32,
completed: i32,
leechers: i32,
}

#[derive(Serialize)]
struct TorrentStats {
seeders: i32,
Expand Down

0 comments on commit 45c77c3

Please sign in to comment.