summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemTools.hxx.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-08-11 13:30:22 (GMT)
committerBrad King <brad.king@kitware.com>2014-08-11 13:30:22 (GMT)
commit51c82c3a66f02192df4db5d51d95f7311bc2181f (patch)
tree777ae09ff86923433c847253c97fb2c2d4d5f3b0 /Source/kwsys/SystemTools.hxx.in
parent3b0d634f70db6af5469e83bb7c14f687bfafda74 (diff)
parentfe587db415b1cf728f42c5db55c3acbad7a9a529 (diff)
downloadCMake-51c82c3a66f02192df4db5d51d95f7311bc2181f.zip
CMake-51c82c3a66f02192df4db5d51d95f7311bc2181f.tar.gz
CMake-51c82c3a66f02192df4db5d51d95f7311bc2181f.tar.bz2
Merge branch 'upstream-kwsys' into update-kwsys
Diffstat (limited to 'Source/kwsys/SystemTools.hxx.in')
-rw-r--r--Source/kwsys/SystemTools.hxx.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/kwsys/SystemTools.hxx.in b/Source/kwsys/SystemTools.hxx.in
index 2514699..e88bc8f 100644
--- a/Source/kwsys/SystemTools.hxx.in
+++ b/Source/kwsys/SystemTools.hxx.in
@@ -856,15 +856,6 @@ public:
*/
static kwsys_stl::string GetOperatingSystemNameAndVersion();
- /**
- * Convert windows-style arguments given as a command-line string
- * into more traditional argc/argv arguments.
- * Note that argv[0] will be assigned the executable name using
- * the GetModuleFileName() function.
- */
- static void ConvertWindowsCommandLineToUnixArguments(
- const char *cmd_line, int *argc, char ***argv);
-
/** -----------------------------------------------------------------
* URL Manipulation Routines
* -----------------------------------------------------------------