diff options
Diffstat (limited to 'Source/cmSiteNameCommand.h')
-rw-r--r-- | Source/cmSiteNameCommand.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmSiteNameCommand.h b/Source/cmSiteNameCommand.h index 5578b03..48d1035 100644 --- a/Source/cmSiteNameCommand.h +++ b/Source/cmSiteNameCommand.h @@ -34,8 +34,6 @@ public: * The name of the command as specified in CMakeList.txt. */ std::string GetName() const CM_OVERRIDE { return "site_name"; } - - cmTypeMacro(cmSiteNameCommand, cmCommand); }; #endif |