diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-04-22 18:19:48 +0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-04-22 18:19:48 +0200 |
commit | 91539d305ff035d53a6de75f8af1ebbd7df4e622 (patch) | |
tree | 35fce6b0a0fdd684802019b3ef96b09f16ec9685 /src/nix/verify.cc | |
parent | b2ce6fde5a46b0ebf32139cbbfe97294120f3a90 (diff) |
nix copy: Parallelise
Diffstat (limited to 'src/nix/verify.cc')
-rw-r--r-- | src/nix/verify.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nix/verify.cc b/src/nix/verify.cc index 3844535e7..20ce26fa7 100644 --- a/src/nix/verify.cc +++ b/src/nix/verify.cc @@ -1,4 +1,3 @@ -#include "affinity.hh" // FIXME #include "command.hh" #include "progress-bar.hh" #include "shared.hh" @@ -52,8 +51,6 @@ struct CmdVerify : StorePathsCommand void run(ref<Store> store, Paths storePaths) override { - restoreAffinity(); // FIXME - std::vector<ref<Store>> substituters; for (auto & s : substituterUris) substituters.push_back(openStoreAt(s)); |