aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/globals.hh
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2023-02-05 14:16:27 +0100
committerRobert Hensing <robert@roberthensing.nl>2023-04-07 17:50:40 +0200
commitddebeb934a20225eec518520c96768bf00f0810a (patch)
tree42fcfc61fcb0e1bc83b12292b3a8a7d633770480 /src/libstore/globals.hh
parent1c0b680ef9ca9604ff993a9d693355254ddc5bf4 (diff)
libstore: Remove lockCPU dead code
Left over from 9747ea84b, https://github.com/NixOS/nix/pull/5821
Diffstat (limited to 'src/libstore/globals.hh')
-rw-r--r--src/libstore/globals.hh5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh
index 63c7389da..c29ad5f89 100644
--- a/src/libstore/globals.hh
+++ b/src/libstore/globals.hh
@@ -478,11 +478,6 @@ public:
)",
{"env-keep-derivations"}};
- /**
- * Whether to lock the Nix client and worker to the same CPU.
- */
- bool lockCPU;
-
Setting<SandboxMode> sandboxMode{
this,
#if __linux__