summaryrefslogtreecommitdiffstats
path: root/Source/cmElseIfCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmElseIfCommand.h')
-rw-r--r--Source/cmElseIfCommand.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmElseIfCommand.h b/Source/cmElseIfCommand.h
index 6675b16..c66d642 100644
--- a/Source/cmElseIfCommand.h
+++ b/Source/cmElseIfCommand.h
@@ -41,8 +41,6 @@ public:
* The name of the command as specified in CMakeList.txt.
*/
std::string GetName() const CM_OVERRIDE { return "elseif"; }
-
- cmTypeMacro(cmElseIfCommand, cmCommand);
};
#endif