diff options
Diffstat (limited to 'Source/cmDisallowedCommand.h')
-rw-r--r-- | Source/cmDisallowedCommand.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmDisallowedCommand.h b/Source/cmDisallowedCommand.h index 38d1d93..0030116 100644 --- a/Source/cmDisallowedCommand.h +++ b/Source/cmDisallowedCommand.h @@ -42,8 +42,6 @@ public: return this->Command->HasFinalPass(); } - std::string GetName() const CM_OVERRIDE { return this->Command->GetName(); } - private: cmCommand* Command; cmPolicies::PolicyID Policy; |