summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestSubmitHandler.h
diff options
context:
space:
mode:
authorRegina Pfeifer <regina@mailbox.org>2018-11-27 20:15:57 (GMT)
committerRegina Pfeifer <regina@mailbox.org>2018-11-28 23:29:13 (GMT)
commita688c6b92861c77ee8d065ae8c679c317fe8d0c0 (patch)
tree548b896fc8c6d4bf7e0a85b2bf6cc262c8afc437 /Source/CTest/cmCTestSubmitHandler.h
parentc339b64cf241788edd9f886daff619eec41dc242 (diff)
downloadCMake-a688c6b92861c77ee8d065ae8c679c317fe8d0c0.zip
CMake-a688c6b92861c77ee8d065ae8c679c317fe8d0c0.tar.gz
CMake-a688c6b92861c77ee8d065ae8c679c317fe8d0c0.tar.bz2
CTest: Remove submit method 'ftp'
Diffstat (limited to 'Source/CTest/cmCTestSubmitHandler.h')
-rw-r--r--Source/CTest/cmCTestSubmitHandler.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/CTest/cmCTestSubmitHandler.h b/Source/CTest/cmCTestSubmitHandler.h
index 5cbc9f6..15f230b 100644
--- a/Source/CTest/cmCTestSubmitHandler.h
+++ b/Source/CTest/cmCTestSubmitHandler.h
@@ -56,9 +56,6 @@ private:
/**
* Submit file using various ways
*/
- bool SubmitUsingFTP(const std::string& localprefix,
- const std::vector<std::string>& files,
- const std::string& remoteprefix, const std::string& url);
bool SubmitUsingHTTP(const std::string& localprefix,
const std::vector<std::string>& files,
const std::string& remoteprefix,
@@ -79,8 +76,6 @@ private:
std::string HTTPProxy;
int HTTPProxyType;
std::string HTTPProxyAuth;
- std::string FTPProxy;
- int FTPProxyType;
std::ostream* LogFile;
bool SubmitPart[cmCTest::PartCount];
bool CDash;