Browse Source

remove declare

Meco Man 4 years ago
parent
commit
b4c8cb1445
1 changed files with 0 additions and 4 deletions
  1. 0 4
      components/libc/compilers/newlib/libc.h

+ 0 - 4
components/libc/compilers/newlib/libc.h

@@ -34,10 +34,6 @@ int libc_system_init(void);
 int libc_stdio_set_console(const char* device_name, int mode);
 int libc_stdio_get_console(void);
 
-/* some time related function */
-int libc_set_time(const struct timespec* time);
-int libc_get_time(struct timespec* time);
-int libc_time_to_tick(const struct timespec* time);
 #ifdef __cplusplus
 }
 #endif