mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 14:50:10 -06:00
cmCTestSubmitHandler: Inline and remove method called only once
This commit is contained in:
@@ -835,7 +835,7 @@ int cmCTestSubmitHandler::ProcessHandler()
|
||||
" Send to group: " << specificGroup << std::endl,
|
||||
this->Quiet);
|
||||
}
|
||||
this->SetLogFile(&ofs);
|
||||
this->LogFile = &ofs;
|
||||
|
||||
std::string url = this->CTest->GetSubmitURL();
|
||||
cmCTestOptionalLog(this->CTest, HANDLER_OUTPUT,
|
||||
|
||||
@@ -46,8 +46,6 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
void SetLogFile(std::ostream* ost) { this->LogFile = ost; }
|
||||
|
||||
/**
|
||||
* Submit file using various ways
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user