aboutsummaryrefslogtreecommitdiff
path: root/build/algorithm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build/algorithm.cxx')
-rw-r--r--build/algorithm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/algorithm.cxx b/build/algorithm.cxx
index d649210..87e2259 100644
--- a/build/algorithm.cxx
+++ b/build/algorithm.cxx
@@ -328,7 +328,7 @@ namespace build
//
file& ft (dynamic_cast<file&> (t));
- bool r (rmfile (ft.path (), ft) == rmfile_status::success);
+ bool r (rmfile (ft.path (), ft));
// Update timestamp in case there are operations after us that
// could use the information.