diff options
Diffstat (limited to 'third_party/nix/src/libstore/local-store.hh')
-rw-r--r-- | third_party/nix/src/libstore/local-store.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nix/src/libstore/local-store.hh b/third_party/nix/src/libstore/local-store.hh index c1cd776a748d..20d372fc8d37 100644 --- a/third_party/nix/src/libstore/local-store.hh +++ b/third_party/nix/src/libstore/local-store.hh @@ -268,7 +268,7 @@ class LocalStore : public LocalFSStore { InodeHash loadInodeHash(); Strings readDirectoryIgnoringInodes(const Path& path, const InodeHash& inodeHash); - void optimisePath_(Activity* act, OptimiseStats& stats, const Path& path, + void optimisePath_(OptimiseStats& stats, const Path& path, InodeHash& inodeHash); // Internal versions that are not wrapped in retry_sqlite. |