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 a489e30..79484c9 100644
--- a/Source/cmElseIfCommand.h
+++ b/Source/cmElseIfCommand.h
@@ -34,8 +34,6 @@ public:
* The name of the command as specified in CMakeList.txt.
*/
std::string GetName() const CM_OVERRIDE { return "elseif"; }
-
- cmTypeMacro(cmElseIfCommand, cmCommand);
};
#endif