mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
cmCommand: remove unused methods from interface and all implementations
This commit is contained in:
@@ -32,14 +32,6 @@ public:
|
||||
bool InitialPass(std::vector<std::string> const& args,
|
||||
cmExecutionStatus& status) CM_OVERRIDE;
|
||||
|
||||
/**
|
||||
* The name of the command as specified in CMakeList.txt.
|
||||
*/
|
||||
std::string GetName() const CM_OVERRIDE
|
||||
{
|
||||
return "target_include_directories";
|
||||
}
|
||||
|
||||
private:
|
||||
void HandleImportedTarget(const std::string& tgt) CM_OVERRIDE;
|
||||
void HandleMissingTarget(const std::string& name) CM_OVERRIDE;
|
||||
|
||||
Reference in New Issue
Block a user