diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2021-08-16 13:52:19 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2021-10-13 12:12:44 +0200 |
commit | 8eac7dfad427acff412d2cd1a0de6e6e683aac0b (patch) | |
tree | b05c6c39fa293da34db05400d2ffb7cab65c56c6 /src/libstore/local-store.hh | |
parent | 4c0cde95ad8dc95f876e5cf32790e73e08f49b28 (diff) |
Remove trash directory
Diffstat (limited to 'src/libstore/local-store.hh')
-rw-r--r-- | src/libstore/local-store.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh index a01d48c4b..5215c9f02 100644 --- a/src/libstore/local-store.hh +++ b/src/libstore/local-store.hh @@ -87,7 +87,6 @@ public: const Path linksDir; const Path reservedPath; const Path schemaPath; - const Path trashDir; const Path tempRootsDir; const Path fnTempRoots; |