diff options
Diffstat (limited to 'Source/cmBuildCommand.h')
-rw-r--r-- | Source/cmBuildCommand.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmBuildCommand.h b/Source/cmBuildCommand.h index a53a099..0dce4e4 100644 --- a/Source/cmBuildCommand.h +++ b/Source/cmBuildCommand.h @@ -40,8 +40,6 @@ public: */ std::string GetName() const CM_OVERRIDE { return "build_command"; } - cmTypeMacro(cmBuildCommand, cmCommand); - private: bool IgnoreErrors() const; }; |