aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/main.c b/main.c
index 7b8f463..2256fe7 100644
--- a/main.c
+++ b/main.c
@@ -638,11 +638,6 @@ end:
fprintf(stderr, "%s: fclose(3): %s\n", __func__, strerror(errno));
ret = -1;
}
- else if (remove(old))
- {
- fprintf(stderr, "%s: remove(3): %s\n", __func__, strerror(errno));
- ret = -1;
- }
return ret;
}