diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-04-22T16·19+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-04-22T16·19+0200 |
commit | 91539d305ff035d53a6de75f8af1ebbd7df4e622 (patch) | |
tree | 35fce6b0a0fdd684802019b3ef96b09f16ec9685 /src/nix/sigs.cc | |
parent | b2ce6fde5a46b0ebf32139cbbfe97294120f3a90 (diff) |
nix copy: Parallelise
Diffstat (limited to 'src/nix/sigs.cc')
-rw-r--r-- | src/nix/sigs.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nix/sigs.cc b/src/nix/sigs.cc index 56f7d221363a..69073d8847f2 100644 --- a/src/nix/sigs.cc +++ b/src/nix/sigs.cc @@ -1,4 +1,3 @@ -#include "affinity.hh" // FIXME #include "command.hh" #include "progress-bar.hh" #include "shared.hh" @@ -31,8 +30,6 @@ struct CmdCopySigs : StorePathsCommand void run(ref<Store> store, Paths storePaths) override { - restoreAffinity(); // FIXME - if (substituterUris.empty()) throw UsageError("you must specify at least one substituter using ‘-s’"); |