mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmCTestCommand: remove CTestScriptHandler member
This commit is contained in:
@@ -33,7 +33,6 @@ public:
|
||||
{
|
||||
auto ni = cm::make_unique<cmCTestRunScriptCommand>();
|
||||
ni->CTest = this->CTest;
|
||||
ni->CTestScriptHandler = this->CTestScriptHandler;
|
||||
return std::unique_ptr<cmCommand>(std::move(ni));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user