ERR: Remove warning because SCP not implemented

This commit is contained in:
Andy Cedilnik 2003-04-25 14:50:36 -04:00
parent e04c79dd35
commit 5e7790f3c8

View File

@ -300,7 +300,6 @@ bool cmCTestSubmit::TriggerUsingHTTP(const std::vector<std::string>& files,
{ {
CURL *curl; CURL *curl;
CURLcode res = CURLcode(); CURLcode res = CURLcode();
FILE* ftpfile;
/* In windows, this will init the winsock stuff */ /* In windows, this will init the winsock stuff */
::curl_global_init(CURL_GLOBAL_ALL); ::curl_global_init(CURL_GLOBAL_ALL);
@ -381,10 +380,10 @@ bool cmCTestSubmit::TriggerUsingHTTP(const std::vector<std::string>& files,
return true; return true;
} }
bool cmCTestSubmit::SubmitUsingSCP(const std::string& localprefix, bool cmCTestSubmit::SubmitUsingSCP(const std::string&,
const std::vector<std::string>& files, const std::vector<std::string>&,
const std::string& remoteprefix, const std::string&,
const std::string& url) const std::string&)
{ {
std::cout << "SubmitUsingSCP is not yet implemented" << std::endl; std::cout << "SubmitUsingSCP is not yet implemented" << std::endl;
return false; return false;