diff options
Diffstat (limited to 'src/libstore/local-store.hh')
-rw-r--r-- | src/libstore/local-store.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh index 8266184f0edf..6ad5032f6ea7 100644 --- a/src/libstore/local-store.hh +++ b/src/libstore/local-store.hh @@ -168,8 +168,7 @@ private: void upgradeStore12(); void tryToDelete(const GCOptions & options, GCResults & results, - const PathSet & livePaths, const PathSet & tempRootsClosed, PathSet & done, - const Path & path); + PathSet & done, const Path & path); void startSubstituter(const Path & substituter, RunningSubstituter & runningSubstituter); |