Skip to content

Commit

Permalink
libstore: Remove lockCPU dead code
Browse files Browse the repository at this point in the history
Left over from 9747ea8, NixOS#5821
  • Loading branch information
roberth committed Apr 7, 2023
1 parent 1c0b680 commit ddebeb9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/libstore/globals.hh
Original file line number Diff line number Diff line change
Expand Up @@ -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__
Expand Down

0 comments on commit ddebeb9

Please sign in to comment.