Skip to content

Commit

Permalink
fetchnews.c: remove unused var leftover from PR #2755
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmurchison committed Aug 22, 2024
1 parent b30b9c4 commit 37945c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion imap/fetchnews.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ static int newsrc_dbopen = 0;
/* must be called after cyrus_init */
static int newsrc_init(const char *fname, int myflags __attribute__((unused)))
{
char buf[1024];
int r;
char *tofree = NULL;

Expand Down

0 comments on commit 37945c0

Please sign in to comment.