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