about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/nix/src/libexpr/eval.hh5
1 files changed, 0 insertions, 5 deletions
diff --git a/third_party/nix/src/libexpr/eval.hh b/third_party/nix/src/libexpr/eval.hh
index 3a0ad8e126..199253bc45 100644
--- a/third_party/nix/src/libexpr/eval.hh
+++ b/third_party/nix/src/libexpr/eval.hh
@@ -331,11 +331,6 @@ struct InvalidPathError : EvalError {
 };
 
 struct EvalSettings : Config {
-  Setting<bool> enableNativeCode{this, false,
-                                 "allow-unsafe-native-code-during-evaluation",
-                                 "Whether builtin functions that allow "
-                                 "executing native code should be enabled."};
-
   Setting<bool> restrictEval{
       this, false, "restrict-eval",
       "Whether to restrict file system access to paths in $NIX_PATH, "