diff options
Diffstat (limited to 'Source/cmRemoveDefinitionsCommand.h')
-rw-r--r-- | Source/cmRemoveDefinitionsCommand.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmRemoveDefinitionsCommand.h b/Source/cmRemoveDefinitionsCommand.h index 016f5fd..67dcfee 100644 --- a/Source/cmRemoveDefinitionsCommand.h +++ b/Source/cmRemoveDefinitionsCommand.h @@ -31,8 +31,6 @@ public: * The name of the command as specified in CMakeList.txt. */ std::string GetName() const CM_OVERRIDE { return "remove_definitions"; } - - cmTypeMacro(cmRemoveDefinitionsCommand, cmCommand); }; #endif |