diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-05-11 15:46:18 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-05-11 15:57:45 +0200 |
commit | 4c3c638a05e52cdc3bd96255873b711a28630288 (patch) | |
tree | 627e46d9835ef9ba3be2c49dd27b9543d750f97f /src/nix/command.hh | |
parent | 0884f180f5ca8a864e6db5256eaa10646e87d671 (diff) |
Cleanup
Diffstat (limited to 'src/nix/command.hh')
-rw-r--r-- | src/nix/command.hh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/nix/command.hh b/src/nix/command.hh index 6b4781303..0738c0f91 100644 --- a/src/nix/command.hh +++ b/src/nix/command.hh @@ -73,10 +73,7 @@ struct InstallablesCommand : virtual Args, SourceExprCommand { std::vector<std::shared_ptr<Installable>> installables; - InstallablesCommand() - { - expectArgs("installables", &_installables); - } + InstallablesCommand(); void prepare() override; |