1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-16 22:37:30 +08:00

cmCommand: remove unused methods from interface and all implementations

This commit is contained in:
Daniel Pfeifer
2017-05-10 22:48:31 +02:00
parent 4ba25a823e
commit a1218f59d9
113 changed files with 7 additions and 571 deletions

View File

@@ -36,11 +36,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 "exec_program"; }
private:
static bool RunCommand(const char* command, std::string& output, int& retVal,
const char* directory = CM_NULLPTR,