summaryrefslogtreecommitdiff
path: root/src/install.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/install.c')
-rw-r--r--src/install.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/install.c b/src/install.c
index 20931f63b..b34909b76 100644
--- a/src/install.c
+++ b/src/install.c
@@ -517,13 +517,6 @@ change_attributes (const char *path)
err = 1;
}
- if (err)
- {
- error (0, 0, "removing file: `%s'", path);
- if (unlink (path))
- error (0, errno, "cannot remove `%s'", path);
- }
-
return err;
}