Skip to content

Commit

Permalink
netnews/remotepurge.c: remove unused fields from struct mbox_stats_t
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov committed Jan 20, 2025
1 parent bcd545a commit 0524f79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions netnews/remotepurge.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,7 @@
typedef struct mbox_stats_s {

int total; /* total including those deleted */
int total_bytes;
int deleted;
int deleted_bytes;

} mbox_stats_t;

Expand Down

0 comments on commit 0524f79

Please sign in to comment.