aboutsummaryrefslogtreecommitdiff
path: root/src/nix/store.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix/store.cc')
-rw-r--r--src/nix/store.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/nix/store.cc b/src/nix/store.cc
index e91bcc503..44e53c7c7 100644
--- a/src/nix/store.cc
+++ b/src/nix/store.cc
@@ -21,11 +21,6 @@ struct CmdStore : virtual NixMultiCommand
command->second->prepare();
command->second->run();
}
-
- void printHelp(const string & programName, std::ostream & out) override
- {
- MultiCommand::printHelp(programName, out);
- }
};
static auto rCmdStore = registerCommand<CmdStore>("store");