aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/globals.hh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-07-03 16:27:39 +0200
committerEelco Dolstra <edolstra@gmail.com>2020-07-03 16:27:39 +0200
commit14227aeb327798a1446ddde59fc561c3d2e6b7a8 (patch)
tree72acb28cf81132b2da3d5c8c6dc88cbeeff84692 /src/libstore/globals.hh
parentc3c7aedbb5ac869b7c454e90683f77b9c527a75a (diff)
parentb29a4ea1dc650725d7489ecc9dd54ed37446d20f (diff)
Merge branch 'add-trace' of https://github.com/bburdette/nix
Diffstat (limited to 'src/libstore/globals.hh')
-rw-r--r--src/libstore/globals.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh
index 2fbcafff8..58cf08763 100644
--- a/src/libstore/globals.hh
+++ b/src/libstore/globals.hh
@@ -196,10 +196,6 @@ public:
/* Whether to lock the Nix client and worker to the same CPU. */
bool lockCPU;
- /* Whether to show a stack trace if Nix evaluation fails. */
- Setting<bool> showTrace{this, false, "show-trace",
- "Whether to show a stack trace on evaluation errors."};
-
Setting<SandboxMode> sandboxMode{this,
#if __linux__
smEnabled