about summary refs log tree commit diff
path: root/third_party/nix/src/libstore/globals.hh
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-05-23T23·48+0100
committerVincent Ambo <tazjin@google.com>2020-05-24T01·13+0100
commit10481d25861f1c25b53cfbd8119199ef2e918f9f (patch)
treee89d668351fa12faa7b1508c2a7a68582d48bf22 /third_party/nix/src/libstore/globals.hh
parentbac38f3c49db6d9a85ba447d164d35811dfdc8f9 (diff)
chore(3p/nix): Remove some OS X specific defines r/834
This project will be dropping OS X support until the core is simplified.
Diffstat (limited to 'third_party/nix/src/libstore/globals.hh')
-rw-r--r--third_party/nix/src/libstore/globals.hh6
1 files changed, 0 insertions, 6 deletions
diff --git a/third_party/nix/src/libstore/globals.hh b/third_party/nix/src/libstore/globals.hh
index 8e04b09374..71bc2b1e74 100644
--- a/third_party/nix/src/libstore/globals.hh
+++ b/third_party/nix/src/libstore/globals.hh
@@ -299,12 +299,6 @@ class Settings : public Config {
       "Which prefixes to allow derivations to ask for access to (primarily for "
       "Darwin)."};
 
-#if __APPLE__
-  Setting<bool> darwinLogSandboxViolations{
-      this, false, "darwin-log-sandbox-violations",
-      "Whether to log Darwin sandbox access violations to the system log."};
-#endif
-
   Setting<bool> runDiffHook{
       this, false, "run-diff-hook",
       "Whether to run the program specified by the diff-hook setting "