cmCTestSubmitHandler: Inline and remove method called only once

This commit is contained in:
Brad King
2025-05-15 07:58:16 -04:00
parent 6be0c6d26a
commit 7475921ff8
2 changed files with 1 additions and 3 deletions

View File

@@ -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,

View File

@@ -46,8 +46,6 @@ public:
}
private:
void SetLogFile(std::ostream* ost) { this->LogFile = ost; }
/**
* Submit file using various ways
*/