summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemTools.hxx.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-09-30 14:07:56 (GMT)
committerBrad King <brad.king@kitware.com>2017-09-30 14:07:56 (GMT)
commit90f1b9ad4ebc882bb3f45834c8a5953ba1cee3c2 (patch)
tree69807a1a5b5e4df1aa7f30bfeeea1a2f0b31a14f /Source/kwsys/SystemTools.hxx.in
parent5dd75e35959a25d22d8535263cb414763699b584 (diff)
parent4532b0357261af903f86bc29429ae3c9413b54ab (diff)
downloadCMake-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.in7
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
*/