Skip to content

Commit

Permalink
Merge pull request #5224 from dilyanpalauzov/netnews_remotepurge_mbox…
Browse files Browse the repository at this point in the history
…_stats_t

netnews/remotepurge.c: remove unused fields from struct mbox_stats_t
  • Loading branch information
ksmurchison authored Jan 21, 2025
2 parents bcd545a + 0524f79 commit 38e1063
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 38e1063

Please sign in to comment.