diff options
author | Brad King <brad.king@kitware.com> | 2017-09-30 14:07:56 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-09-30 14:07:56 (GMT) |
commit | 90f1b9ad4ebc882bb3f45834c8a5953ba1cee3c2 (patch) | |
tree | 69807a1a5b5e4df1aa7f30bfeeea1a2f0b31a14f /Source/kwsys/SystemTools.hxx.in | |
parent | 5dd75e35959a25d22d8535263cb414763699b584 (diff) | |
parent | 4532b0357261af903f86bc29429ae3c9413b54ab (diff) | |
download | CMake-90f1b9ad4ebc882bb3f45834c8a5953ba1cee3c2.zip CMake-90f1b9ad4ebc882bb3f45834c8a5953ba1cee3c2.tar.gz CMake-90f1b9ad4ebc882bb3f45834c8a5953ba1cee3c2.tar.bz2 |
Merge branch 'upstream-KWSys' into update-kwsys
* upstream-KWSys:
KWSys 2017-09-30 (f108739d)
Diffstat (limited to 'Source/kwsys/SystemTools.hxx.in')
-rw-r--r-- | Source/kwsys/SystemTools.hxx.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/kwsys/SystemTools.hxx.in b/Source/kwsys/SystemTools.hxx.in index 41a60d3..35bc1b1 100644 --- a/Source/kwsys/SystemTools.hxx.in +++ b/Source/kwsys/SystemTools.hxx.in @@ -206,13 +206,6 @@ public: static int Strucmp(const char* s1, const char* s2); /** - * Convert a string in __DATE__ or __TIMESTAMP__ format into a time_t. - * Return false on error, true on success - */ - static bool ConvertDateMacroString(const char* str, time_t* tmt); - static bool ConvertTimeStampMacroString(const char* str, time_t* tmt); - - /** * Split a string on its newlines into multiple lines * Return false only if the last line stored had no newline */ |