diff options
Diffstat (limited to 'Source/cmListCommand.h')
-rw-r--r-- | Source/cmListCommand.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmListCommand.h b/Source/cmListCommand.h index b6b0a47..43a482c 100644 --- a/Source/cmListCommand.h +++ b/Source/cmListCommand.h @@ -34,8 +34,6 @@ public: */ std::string GetName() const CM_OVERRIDE { return "list"; } - cmTypeMacro(cmListCommand, cmCommand); - protected: bool HandleLengthCommand(std::vector<std::string> const& args); bool HandleGetCommand(std::vector<std::string> const& args); |