diff options
Diffstat (limited to 'src/nix/store.cc')
-rw-r--r-- | src/nix/store.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/nix/store.cc b/src/nix/store.cc index 72b037488..2879e03b3 100644 --- a/src/nix/store.cc +++ b/src/nix/store.cc @@ -12,13 +12,6 @@ struct CmdStore : virtual NixMultiCommand return "manipulate a Nix store"; } - std::string doc() override - { - return - #include "store.md" - ; - } - Category category() override { return catUtility; } void run() override |