diff options
author | KWSys Upstream <kwrobot@kitware.com> | 2017-09-14 12:42:54 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-09-14 12:44:25 (GMT) |
commit | 38b8017fa6ca017867a1fab2c01b94c8d5bb15be (patch) | |
tree | 34006af22b93bcdca238b6e617196981b9ddd3de /SystemTools.hxx.in | |
parent | 37760743fc50d9ad864e8a83f0da75ab000c22ec (diff) | |
download | CMake-38b8017fa6ca017867a1fab2c01b94c8d5bb15be.zip CMake-38b8017fa6ca017867a1fab2c01b94c8d5bb15be.tar.gz CMake-38b8017fa6ca017867a1fab2c01b94c8d5bb15be.tar.bz2 |
KWSys 2017-09-14 (d85b17e7)
Code extracted from:
https://gitlab.kitware.com/utils/kwsys.git
at commit d85b17e7b4a9754dfb4c69906378c77626c16d24 (master).
Upstream Shortlog
-----------------
Brad King (1):
c8cfe4e0 SystemTools: Drop SplitProgramFromArgs function
Diffstat (limited to 'SystemTools.hxx.in')
-rw-r--r-- | SystemTools.hxx.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/SystemTools.hxx.in b/SystemTools.hxx.in index 1672e92..41a60d3 100644 --- a/SystemTools.hxx.in +++ b/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&); |