diff options
author | Brad King <brad.king@kitware.com> | 2017-09-14 12:44:26 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-09-14 12:44:26 (GMT) |
commit | f02eced51db9b740467da2d8766fca56ebf4fa65 (patch) | |
tree | 5ae1f6ca0adf7432c408f4837ccf80684ccf7a03 /Source/kwsys/SystemTools.hxx.in | |
parent | 0865a24fc1c47d75f1381659ba398e6944c9a724 (diff) | |
parent | 38b8017fa6ca017867a1fab2c01b94c8d5bb15be (diff) | |
download | CMake-f02eced51db9b740467da2d8766fca56ebf4fa65.zip CMake-f02eced51db9b740467da2d8766fca56ebf4fa65.tar.gz CMake-f02eced51db9b740467da2d8766fca56ebf4fa65.tar.bz2 |
Merge branch 'upstream-KWSys' into update-kwsys
* upstream-KWSys:
KWSys 2017-09-14 (d85b17e7)
Diffstat (limited to 'Source/kwsys/SystemTools.hxx.in')
-rw-r--r-- | Source/kwsys/SystemTools.hxx.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/kwsys/SystemTools.hxx.in b/Source/kwsys/SystemTools.hxx.in index 1672e92..41a60d3 100644 --- a/Source/kwsys/SystemTools.hxx.in +++ b/Source/kwsys/SystemTools.hxx.in @@ -498,12 +498,6 @@ public: static std::string GetFilenameName(const std::string&); /** - * Split a program from its arguments and handle spaces in the paths - */ - static void SplitProgramFromArgs(const std::string& path, - std::string& program, std::string& args); - - /** * Return longest file extension of a full filename (dot included) */ static std::string GetFilenameExtension(const std::string&); |