summaryrefslogtreecommitdiffstats
path: root/SystemTools.hxx.in
diff options
context:
space:
mode:
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
*/