summaryrefslogtreecommitdiff
path: root/src/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.c')
-rw-r--r--src/log.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/log.c b/src/log.c
index 41472e7ad..00094079f 100644
--- a/src/log.c
+++ b/src/log.c
@@ -58,11 +58,7 @@ static void remove_log()
/* removed if from here cause get_logchan is always 1 */
get_logname(name, sizeof(name), &tm);
-#ifndef _WIN32
- unlink(name);
-#else
DeleteFile(name);
-#endif
}
/*************************************************************************/