libstore: Remove lockCPU dead code

Left over from 9747ea84b, https://github.com/NixOS/nix/pull/5821
This commit is contained in:
Robert Hensing 2023-02-05 14:16:27 +01:00
parent 1c0b680ef9
commit ddebeb934a

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__