diff options
Diffstat (limited to 'src/clean.cc')
-rw-r--r-- | src/clean.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/clean.cc b/src/clean.cc index ec6e7d7..55d7277 100644 --- a/src/clean.cc +++ b/src/clean.cc @@ -28,8 +28,6 @@ Cleaner::Cleaner(State* state, : state_(state), config_(config), dyndep_loader_(state, disk_interface), - removed_(), - cleaned_(), cleaned_files_count_(0), disk_interface_(disk_interface), status_(0) { |