about summary refs log tree commit diff
path: root/src/libstore/globals.hh
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-08-05T08·19+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-08-05T08·19+0200
commitf02c52e3d4065cb8a264fc55eb9fa14d2d0337c8 (patch)
tree726204e200d0fa1803a21f022ef5580e4d1ecf7f /src/libstore/globals.hh
parent988bf594215007c96903b4a646b0cf024fb8f596 (diff)
Doh
Diffstat (limited to 'src/libstore/globals.hh')
-rw-r--r--src/libstore/globals.hh9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh
index 743d2061ffa5..55f082e56e63 100644
--- a/src/libstore/globals.hh
+++ b/src/libstore/globals.hh
@@ -203,15 +203,6 @@ struct Settings {
     /* Whether the importNative primop should be enabled */
     bool enableImportNative;
 
-    /* List of users that have elevated rights in the Nix daemon, such
-       as the ability to specify additional binary caches, or to
-       import unsigned NARs. */
-    Strings trustedUsers;
-
-    /* List of users that are allowed to connect to the daemon, in
-       addition to the trusted users. These have normal rights. */
-    Strings allowedUsers;
-
 private:
     SettingsMap settings, overrides;