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