summaryrefslogtreecommitdiffstats
path: root/Source/cmDisallowedCommand.h
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2017-01-06 22:16:18 (GMT)
committerRegina Pfeifer <regina@mailbox.org>2019-07-18 15:35:43 (GMT)
commit732dd344b974d880402b0cb047de328eca1df666 (patch)
tree717e4d48e12d7262de96c62a7409edab8aed7df8 /Source/cmDisallowedCommand.h
parentfbee46e262044ac71170552adc4eb656ef0b030b (diff)
downloadCMake-732dd344b974d880402b0cb047de328eca1df666.zip
CMake-732dd344b974d880402b0cb047de328eca1df666.tar.gz
CMake-732dd344b974d880402b0cb047de328eca1df666.tar.bz2
cmCommand: remove FinalPass from interface
Diffstat (limited to 'Source/cmDisallowedCommand.h')
-rw-r--r--Source/cmDisallowedCommand.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmDisallowedCommand.h b/Source/cmDisallowedCommand.h
index eed59ca..e07f255 100644
--- a/Source/cmDisallowedCommand.h
+++ b/Source/cmDisallowedCommand.h
@@ -38,10 +38,6 @@ public:
bool InitialPass(std::vector<std::string> const& args,
cmExecutionStatus& status) override;
- void FinalPass() override { this->Command->FinalPass(); }
-
- bool HasFinalPass() const override { return this->Command->HasFinalPass(); }
-
private:
std::unique_ptr<cmCommand> Command;
cmPolicies::PolicyID Policy;