diff options
Diffstat (limited to 'src/libstore/store-api.cc')
-rw-r--r-- | src/libstore/store-api.cc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/libstore/store-api.cc b/src/libstore/store-api.cc index bb0bc0933..a73ebd824 100644 --- a/src/libstore/store-api.cc +++ b/src/libstore/store-api.cc @@ -2,20 +2,10 @@ #include "globals.hh" #include "util.hh" -#include <climits> - namespace nix { -GCOptions::GCOptions() -{ - action = gcDeleteDead; - ignoreLiveness = false; - maxFreed = ULLONG_MAX; -} - - bool isInStore(const Path & path) { return isInDir(path, settings.nixStore); |