1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

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 2445afd92c
commit 1c0b680ef9
2 changed files with 0 additions and 2 deletions

View file

@ -27,7 +27,6 @@ static ref<Store> store()
if (!_store) {
try {
initLibStore();
settings.lockCPU = false;
_store = openStore();
} catch (Error & e) {
croak("%s", e.what());