diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2021-10-14 13:52:49 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2021-10-14 13:52:49 +0200 |
commit | 0154fa30cf2a6da63e69f7488cec9e289f57cc15 (patch) | |
tree | 24a8371a6ea5e7bdc78641d54d942465d5b2425f /src/libstore/local-store.hh | |
parent | 0317ffdad3b2137d35e501b38155437e2ec5d0cd (diff) |
Remove GCState
Diffstat (limited to 'src/libstore/local-store.hh')
-rw-r--r-- | src/libstore/local-store.hh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh index 15475f402..301425eb1 100644 --- a/src/libstore/local-store.hh +++ b/src/libstore/local-store.hh @@ -238,16 +238,12 @@ private: PathSet queryValidPathsOld(); ValidPathInfo queryPathInfoOld(const Path & path); - struct GCState; - void findRoots(const Path & path, unsigned char type, Roots & roots); void findRootsNoTemp(Roots & roots, bool censor); void findRuntimeRoots(Roots & roots, bool censor); - void removeUnusedLinks(const GCState & state); - Path createTempDirInStore(); void checkDerivationOutputs(const StorePath & drvPath, const Derivation & drv); |