diff options
Diffstat (limited to 'Source/cmExportCommand.h')
-rw-r--r-- | Source/cmExportCommand.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmExportCommand.h b/Source/cmExportCommand.h index 8893000..41c3291 100644 --- a/Source/cmExportCommand.h +++ b/Source/cmExportCommand.h @@ -41,8 +41,6 @@ public: */ std::string GetName() const CM_OVERRIDE { return "export"; } - cmTypeMacro(cmExportCommand, cmCommand); - private: cmCommandArgumentGroup ArgumentGroup; cmCAStringVector Targets; |