diff options
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’"); |