diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-05-28 07:36:05 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-05-28 07:36:05 +0000 |
commit | f6bb632a79975f202f337d0814b056b9f4cf9615 (patch) | |
tree | 8cfa4f3b648784a62bad8af124a3f85f7d3ddab0 | |
parent | f77161f759b5f45a6e991b178ac154a343b1c8b2 (diff) |
#100000# no more unused ifdef
-rw-r--r-- | tools/source/fsys/unx.hxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/tools/source/fsys/unx.hxx b/tools/source/fsys/unx.hxx index 592079fb2560..17e0ce38f45f 100644 --- a/tools/source/fsys/unx.hxx +++ b/tools/source/fsys/unx.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unx.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2003-03-27 17:04:05 $ + * last change: $Author: vg $ $Date: 2003-05-28 08:36:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -93,12 +93,6 @@ #include <time.h> #include <datetime.hxx> -#ifndef localtime_r -extern "C" { -struct tm *localtime_r(const time_t *timep, struct tm *buffer); -} -#endif - inline Time Unx2Time( time_t nTime ) { tm atm; |