diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-10-23 00:45:08 +0200 |
---|---|---|
committer | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-10-23 00:45:08 +0200 |
commit | 9855ebf11a1556bd0b73a1eaec39232842871528 (patch) | |
tree | b824bf5189ba5315fc0fc7a7f57709eda513afcf /Source/cmCMakeHostSystemInformationCommand.h | |
parent | 1e555a44aa4e3d40bca2f88915c9f957098e5a55 (diff) | |
download | cmake-9855ebf11a1556bd0b73a1eaec39232842871528.tar.gz |
Make cmCommand not inherit from cmObject
Diffstat (limited to 'Source/cmCMakeHostSystemInformationCommand.h')
-rw-r--r-- | Source/cmCMakeHostSystemInformationCommand.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmCMakeHostSystemInformationCommand.h b/Source/cmCMakeHostSystemInformationCommand.h index 4ab6aa1c1e..bddd7e1948 100644 --- a/Source/cmCMakeHostSystemInformationCommand.h +++ b/Source/cmCMakeHostSystemInformationCommand.h @@ -44,8 +44,6 @@ public: return "cmake_host_system_information"; } - cmTypeMacro(cmCMakeHostSystemInformationCommand, cmCommand); - private: bool GetValue(cmsys::SystemInformation& info, std::string const& key, std::string& value); |