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

Remove dead code found by Coverity.

parent 1c2cce85
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4307 passed
......@@ -1208,12 +1208,6 @@ get_syncterm_filename(char *fn, int fnlen, int type, bool shared)
if (!isdir(fn))
if (MKDIR(fn))
fn[0] = 0;
if (type == SYNCTERM_PATH_CACHE) {
strcat(fn, "cache");
backslash(fn);
}
return fn;
}
SAFECOPY(oldlst, home);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment