SMTP65: Removed redundant variable

This commit is contained in:
Bobbi Webber-Manners 2020-09-16 21:07:11 -04:00
parent 4e464a4ea0
commit 6d0715eb5b

View File

@ -501,7 +501,7 @@ void update_sent_mbox(char *name) {
}
void main(int argc, char *argv[]) {
static char sendbuf[80], recipients[160], subject[80];
static char sendbuf[80], recipients[160];
uint8_t linecount;
DIR *dp;
struct dirent *d;