diff options
Diffstat (limited to 'common/gettime.c')
-rw-r--r-- | common/gettime.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/gettime.c b/common/gettime.c index 20d8fa109..2a9b71779 100644 --- a/common/gettime.c +++ b/common/gettime.c @@ -708,11 +708,6 @@ asctimestamp (u32 stamp) /* NOTE: gcc -Wformat-noliteral will complain here. I have found no way to suppress this warning. */ strftime (buffer, DIM(buffer)-1, fmt, tp); -# elif defined(HAVE_W32CE_SYSTEM) - /* tzset is not available but %Z nevertheless prints a default - nonsense timezone ("WILDABBR"). Thus we don't print the time - zone at all. */ - strftime (buffer, DIM(buffer)-1, "%c", tp); # else # if HAVE_W32_SYSTEM { |