diff options
-rw-r--r-- | tools/source/datetime/tdate.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/source/datetime/tdate.cxx b/tools/source/datetime/tdate.cxx index 720692b7973a..4fc2fc0b0c91 100644 --- a/tools/source/datetime/tdate.cxx +++ b/tools/source/datetime/tdate.cxx @@ -26,12 +26,6 @@ #include <tools/date.hxx> #include <sal/log.hxx> -#ifdef MACOSX -extern "C" { -struct tm *localtime_r(const time_t *timep, struct tm *buffer); -} -#endif - static const sal_uInt16 aDaysInMonth[12] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; |