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 | 1c0b680ef9ca9604ff993a9d693355254ddc5bf4 (patch) | |
tree | ad86ae0ea622361c7b5e9aef491ebf010b08449a /perl | |
parent | 2445afd92c99ec0901a0e1a00fadda12aad15220 (diff) |
libstore: Remove lockCPU dead code
Left over from 9747ea84b, https://github.com/NixOS/nix/pull/5821
Diffstat (limited to 'perl')
-rw-r--r-- | perl/lib/Nix/Store.xs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl/lib/Nix/Store.xs b/perl/lib/Nix/Store.xs index b3f192810..10a0c4067 100644 --- a/perl/lib/Nix/Store.xs +++ b/perl/lib/Nix/Store.xs @@ -27,7 +27,6 @@ static ref<Store> store() if (!_store) { try { initLibStore(); - settings.lockCPU = false; _store = openStore(); } catch (Error & e) { croak("%s", e.what()); |