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 ebde71c..52996d0 100644 --- a/Source/cmExportCommand.h +++ b/Source/cmExportCommand.h @@ -35,8 +35,6 @@ public: */ std::string GetName() const CM_OVERRIDE { return "export"; } - cmTypeMacro(cmExportCommand, cmCommand); - private: cmCommandArgumentGroup ArgumentGroup; cmCAStringVector Targets; |