diff options
Diffstat (limited to 'Source/cmOptionCommand.h')
-rw-r--r-- | Source/cmOptionCommand.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmOptionCommand.h b/Source/cmOptionCommand.h index 3ca62d7..d77215a 100644 --- a/Source/cmOptionCommand.h +++ b/Source/cmOptionCommand.h @@ -34,8 +34,6 @@ public: * This determines if the command is invoked when in script mode. */ bool IsScriptable() const CM_OVERRIDE { return true; } - - cmTypeMacro(cmOptionCommand, cmCommand); }; #endif |