diff options
author | Ben Burdette <bburdette@gmail.com> | 2020-05-13 15:56:39 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@gmail.com> | 2020-05-13 15:56:39 -0600 |
commit | ef9dd9f9bc18abc9761812e30a26008c99a26166 (patch) | |
tree | 2e5827206456f2a0f7a94c2e3bf8c9ad5ca39254 /src/libstore/gc.cc | |
parent | d44bac1d9232374bf823ed24f5a5ae693f89fb7d (diff) |
formatting and a few minor changes
Diffstat (limited to 'src/libstore/gc.cc')
-rw-r--r-- | src/libstore/gc.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstore/gc.cc b/src/libstore/gc.cc index d53d458e9..92f9328c3 100644 --- a/src/libstore/gc.cc +++ b/src/libstore/gc.cc @@ -129,7 +129,6 @@ Path LocalFSStore::addPermRoot(const StorePath & storePath, if (settings.checkRootReachability) { auto roots = findRoots(false); if (roots[storePath.clone()].count(gcRoot) == 0) - logWarning( ErrorInfo { .name = "GC root", |