Skip to content
Snippets Groups Projects
Commit bbb6ab35 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Remove unused variable.

parent 34f09cfd
No related branches found
No related tags found
No related merge requests found
......@@ -1779,7 +1779,6 @@ xmodem_download(struct bbslist *bbs, long mode, char *path)
char str[MAX_PATH * 2 + 2];
char fname[MAX_PATH + 1];
int i = 0;
int fnum = 0;
uint errors;
uint total_files = 0;
uint cps;
......@@ -1944,8 +1943,6 @@ xmodem_download(struct bbslist *bbs, long mode, char *path)
lprintf(LOG_DEBUG, "Receiving: %.64s ", str);
fnum++;
while (fexistcase(str) && !(mode & OVERWRITE)) {
lprintf(LOG_WARNING, "%s already exists", str);
if (!xmodem_duplicate(&xm, bbs, str, sizeof(str), getfname(fname))) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment