diff options
author | Robert Hensing <robert@roberthensing.nl> | 2023-02-05 14:16:27 +0100 |
---|---|---|
committer | Robert Hensing <robert@roberthensing.nl> | 2023-04-07 17:50:40 +0200 |
commit | ddebeb934a20225eec518520c96768bf00f0810a (patch) | |
tree | 42fcfc61fcb0e1bc83b12292b3a8a7d633770480 | |
parent | 1c0b680ef9ca9604ff993a9d693355254ddc5bf4 (diff) |
libstore: Remove lockCPU dead code
Left over from 9747ea84b, https://github.com/NixOS/nix/pull/5821
-rw-r--r-- | src/libstore/globals.hh | 5 |
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__ |