diff --git a/components/libc/compilers/common/time.c b/components/libc/compilers/common/time.c index bd251d99bf90d49a9e0f9eea9b49266ad23b445f..bc77aee5105d3c2d53abaecab6a85923e718224c 100644 --- a/components/libc/compilers/common/time.c +++ b/components/libc/compilers/common/time.c @@ -18,9 +18,6 @@ #include #endif - -#if !defined (__IAR_SYSTEMS_ICC__) - /* seconds per day */ #define SPD 24*60*60 @@ -155,8 +152,6 @@ char* ctime(const time_t *timep) return asctime(localtime(timep)); } -#endif /* __IAR_SYSTEMS_ICC__ */ - /** * Returns the current time. *