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