diff options
Diffstat (limited to 'src/libstore/gc.cc')
-rw-r--r-- | src/libstore/gc.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libstore/gc.cc b/src/libstore/gc.cc index 34b5ff267f8b..d3cac06e4c5a 100644 --- a/src/libstore/gc.cc +++ b/src/libstore/gc.cc @@ -614,11 +614,6 @@ void LocalStore::collectGarbage(const GCOptions & options, GCResults & results) if (!options.ignoreLiveness) addAdditionalRoots(state.roots); - if (options.action == GCOptions::gcReturnRoots) { - results.paths = state.roots; - return; - } - /* Read the temporary roots. This acquires read locks on all per-process temporary root files. So after this point no paths can be added to the set of temporary roots. */ |