summaryrefslogtreecommitdiffstats
path: root/Utilities/cm_xmlrpc.h
diff options
context:
space:
mode:
authorRegina Pfeifer <regina@mailbox.org>2018-11-27 19:39:48 (GMT)
committerRegina Pfeifer <regina@mailbox.org>2018-11-28 23:29:12 (GMT)
commitc2f6872c4e98a24a24675fa3f9fe016230eeb878 (patch)
tree271945c567976b5cdab16174cda4e51438371ac1 /Utilities/cm_xmlrpc.h
parent772edffbf0c08fc0a6fcf74fb98545b7afcfee13 (diff)
downloadCMake-c2f6872c4e98a24a24675fa3f9fe016230eeb878.zip
CMake-c2f6872c4e98a24a24675fa3f9fe016230eeb878.tar.gz
CMake-c2f6872c4e98a24a24675fa3f9fe016230eeb878.tar.bz2
CTest: Remove submit method 'xmlrpc'
Diffstat (limited to 'Utilities/cm_xmlrpc.h')
-rw-r--r--Utilities/cm_xmlrpc.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/Utilities/cm_xmlrpc.h b/Utilities/cm_xmlrpc.h
deleted file mode 100644
index 932066a..0000000
--- a/Utilities/cm_xmlrpc.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
- file Copyright.txt or https://cmake.org/licensing for details. */
-#ifndef cm_xmlrpc_h
-#define cm_xmlrpc_h
-
-/* Use the xmlrpc library configured for CMake. */
-#include "cmThirdParty.h"
-#ifdef CTEST_USE_XMLRPC
-# include <xmlrpc.h>
-# include <xmlrpc_client.h>
-#endif
-
-#endif