summaryrefslogtreecommitdiffstats
path: root/Source/cmUnexpectedCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmUnexpectedCommand.h')
-rw-r--r--Source/cmUnexpectedCommand.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmUnexpectedCommand.h b/Source/cmUnexpectedCommand.h
index 1605997..995d8a5 100644
--- a/Source/cmUnexpectedCommand.h
+++ b/Source/cmUnexpectedCommand.h
@@ -29,8 +29,6 @@ public:
bool InitialPass(std::vector<std::string> const& args,
cmExecutionStatus& status) CM_OVERRIDE;
- std::string GetName() const CM_OVERRIDE { return this->Name; }
-
private:
std::string Name;
const char* Error;