summaryrefslogtreecommitdiffstats
path: root/SystemTools.hxx.in
diff options
context:
space:
mode:
authorKWSys Upstream <kwrobot@kitware.com>2017-09-30 14:02:42 (GMT)
committerBrad King <brad.king@kitware.com>2017-09-30 14:07:52 (GMT)
commit4532b0357261af903f86bc29429ae3c9413b54ab (patch)
tree6afa3ac22e06d9a32a648285e3d557b7794f0990 /SystemTools.hxx.in
parentd49b95b8048b59c1e7867698a95cbdcd8e0a3980 (diff)
downloadCMake-4532b0357261af903f86bc29429ae3c9413b54ab.zip
CMake-4532b0357261af903f86bc29429ae3c9413b54ab.tar.gz
CMake-4532b0357261af903f86bc29429ae3c9413b54ab.tar.bz2
KWSys 2017-09-30 (f108739d)
Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit f108739dd90f06787a955212cf475bbbb111252d (master). Upstream Shortlog ----------------- Brad King (1): 41c93d97 Remove unnecessary testIOS Rolf Eike Beer (2): caaef6bb testSystemTools: avoid strcpy() a5046656 SystemTool: remove unused Convert*MacroString()
Diffstat (limited to 'SystemTools.hxx.in')
-rw-r--r--SystemTools.hxx.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/SystemTools.hxx.in b/SystemTools.hxx.in
index 41a60d3..35bc1b1 100644
--- a/SystemTools.hxx.in
+++ b/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
*/