summaryrefslogtreecommitdiffstats
path: root/SystemTools.hxx.in
diff options
context:
space:
mode:
authorKWSys Robot <kwrobot@kitware.com>2014-08-07 13:55:30 (GMT)
committerBrad King <brad.king@kitware.com>2014-08-11 13:30:16 (GMT)
commitfe587db415b1cf728f42c5db55c3acbad7a9a529 (patch)
tree79cf4a96ddcd25c67b4c7036dfdc1e98a0b9e238 /SystemTools.hxx.in
parent158c6d1cffe863fde284d4e5eeeb8129d40ce0e9 (diff)
downloadCMake-fe587db415b1cf728f42c5db55c3acbad7a9a529.zip
CMake-fe587db415b1cf728f42c5db55c3acbad7a9a529.tar.gz
CMake-fe587db415b1cf728f42c5db55c3acbad7a9a529.tar.bz2
KWSys 2014-08-07 (4d526097)
Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ 4d526097 | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' e787837a..4d526097 Brad King (2): 4791701a SystemTools: Remove ConvertWindowsCommandLineToUnixArguments method 4d526097 Add assert() to quiet Clang scan-build warnings Change-Id: I15e4ad710a8ad01f96761a89f2c1517f3c2aa835
Diffstat (limited to 'SystemTools.hxx.in')
-rw-r--r--SystemTools.hxx.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/SystemTools.hxx.in b/SystemTools.hxx.in
index 2514699..e88bc8f 100644
--- a/SystemTools.hxx.in
+++ b/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
* -----------------------------------------------------------------