From a9c4f66cfb1618833cc70ceaf13733730b634193 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 5 Dec 2006 02:18:46 +0000 Subject: * Allow unprivileged users to run the garbage collector and to do `nix-store --delete'. But unprivileged users are not allowed to ignore liveness. * `nix-store --delete --ignore-liveness': ignore the runtime roots as well. --- src/libstore/local-store.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libstore/local-store.cc') diff --git a/src/libstore/local-store.cc b/src/libstore/local-store.cc index 2f3f3a7da882..c1fcb035bc82 100644 --- a/src/libstore/local-store.cc +++ b/src/libstore/local-store.cc @@ -4,7 +4,6 @@ #include "db.hh" #include "archive.hh" #include "pathlocks.hh" -#include "gc.hh" #include "aterm.hh" #include "derivations-ast.hh" -- cgit 1.4.1