aboutsummaryrefslogtreecommitdiff
path: root/src/nix/command.hh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-05-11 15:46:18 +0200
committerEelco Dolstra <edolstra@gmail.com>2020-05-11 15:57:45 +0200
commit4c3c638a05e52cdc3bd96255873b711a28630288 (patch)
tree627e46d9835ef9ba3be2c49dd27b9543d750f97f /src/nix/command.hh
parent0884f180f5ca8a864e6db5256eaa10646e87d671 (diff)
Cleanup
Diffstat (limited to 'src/nix/command.hh')
-rw-r--r--src/nix/command.hh5
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;