libstore: Remove lockCPU dead code

Left over from 9747ea84b, https://github.com/NixOS/nix/pull/5821
This commit is contained in:
Robert Hensing
2023-04-07 17:50:40 +02:00
parent 1c0b680ef9
commit ddebeb934a
-5
View File
@@ -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__