aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/local-store.hh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2021-10-14 13:34:48 +0200
committerEelco Dolstra <edolstra@gmail.com>2021-10-14 13:34:48 +0200
commit0317ffdad3b2137d35e501b38155437e2ec5d0cd (patch)
treecb13e58770466693c6fe6008f6f31986a7321e59 /src/libstore/local-store.hh
parent0be8cc1466f317e33977590510bac4b18471f0ce (diff)
Move deleteFromStore()
Diffstat (limited to 'src/libstore/local-store.hh')
-rw-r--r--src/libstore/local-store.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh
index 21a4e60cf..15475f402 100644
--- a/src/libstore/local-store.hh
+++ b/src/libstore/local-store.hh
@@ -240,8 +240,6 @@ private:
struct GCState;
- void deleteFromStore(GCState & state, std::string_view baseName);
-
void findRoots(const Path & path, unsigned char type, Roots & roots);
void findRootsNoTemp(Roots & roots, bool censor);