mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-17 15:32:10 +08:00
cmCommand: remove unused methods from interface and all implementations
This commit is contained in:
@@ -66,11 +66,6 @@ public:
|
||||
return this->info.FinalPass != CM_NULLPTR;
|
||||
}
|
||||
|
||||
/**
|
||||
* The name of the command as specified in CMakeList.txt.
|
||||
*/
|
||||
std::string GetName() const CM_OVERRIDE { return info.Name; }
|
||||
|
||||
static const char* LastName;
|
||||
static void TrapsForSignals(int sig)
|
||||
{
|
||||
|
Reference in New Issue
Block a user