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