Meco Man 4 vuotta sitten
vanhempi
commit
3e9c77efd5
1 muutettua tiedostoa jossa 0 lisäystä ja 5 poistoa
  1. 0 5
      components/libc/compilers/common/time.c

+ 0 - 5
components/libc/compilers/common/time.c

@@ -18,9 +18,6 @@
 #include <rtdevice.h>
 #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.
  *