aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/daemon.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore/daemon.hh')
-rw-r--r--src/libstore/daemon.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstore/daemon.hh b/src/libstore/daemon.hh
index 67340a05b..1964c0d99 100644
--- a/src/libstore/daemon.hh
+++ b/src/libstore/daemon.hh
@@ -6,7 +6,6 @@
namespace nix::daemon {
-enum TrustedFlag : bool { NotTrusted = false, Trusted = true };
enum RecursiveFlag : bool { NotRecursive = false, Recursive = true };
void processConnection(