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