cmState: remove RemoveUnscriptableCommands

This commit is contained in:
Daniel Pfeifer
2017-04-20 21:26:11 +02:00
parent c3f41af2be
commit da8faa8c7e
4 changed files with 0 additions and 22 deletions
-4
View File
@@ -290,10 +290,6 @@ void cmCTestScriptHandler::CreateCMake()
this->CMake->SetProgressCallback(ctestScriptProgressCallback, this->CTest);
// remove all cmake commands which are not scriptable, since they can't be
// used in ctest scripts
this->CMake->GetState()->RemoveUnscriptableCommands();
// add any ctest specific commands, probably should have common superclass
// for ctest commands to clean this up. If a couple more commands are
// created with the same format lets do that - ken