diff options
author | Brad King <brad.king@kitware.com> | 2020-08-05 20:29:07 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-08-05 20:29:07 (GMT) |
commit | 05e3abafa50758e709c9e9dbeb40f4cb1fe72063 (patch) | |
tree | 46cb7267772342f325466036ee993db87196a6fa /Source/kwsys/SystemTools.hxx.in | |
parent | b26c35620cdbf8dcf068edd2d32a4f1aff0e4f61 (diff) | |
parent | 82fd6850437b955f20eeb7ae68f520a2d5f4a1ab (diff) | |
download | CMake-05e3abafa50758e709c9e9dbeb40f4cb1fe72063.zip CMake-05e3abafa50758e709c9e9dbeb40f4cb1fe72063.tar.gz CMake-05e3abafa50758e709c9e9dbeb40f4cb1fe72063.tar.bz2 |
Merge branch 'upstream-KWSys' into update-kwsys
# By KWSys Upstream
* upstream-KWSys:
KWSys 2020-08-05 (185dd56e)
Diffstat (limited to 'Source/kwsys/SystemTools.hxx.in')
-rw-r--r-- | Source/kwsys/SystemTools.hxx.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/kwsys/SystemTools.hxx.in b/Source/kwsys/SystemTools.hxx.in index 5dbb726..74dc176 100644 --- a/Source/kwsys/SystemTools.hxx.in +++ b/Source/kwsys/SystemTools.hxx.in @@ -331,15 +331,6 @@ public: static int Stat(const char* path, Stat_t* buf); static int Stat(const std::string& path, Stat_t* buf); -/** - * Converts Cygwin path to Win32 path. Uses dictionary container for - * caching and calls to cygwin_conv_to_win32_path from Cygwin dll - * for actual translation. Returns true on success, else false. - */ -#ifdef __CYGWIN__ - static bool PathCygwinToWin32(const char* path, char* win32_path); -#endif - /** * Return file length */ |