mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-21 01:07:18 +08:00
there is dummy time() function, but now it is implemented in
components/libc/compilers/minilibc/time.c. maybe this dummy code is no longer required, so deleted.
This commit is contained in:
parent
86742879f3
commit
c81ebdc6d9
@ -71,12 +71,4 @@ void reboot(void)
|
||||
}
|
||||
FINSH_FUNCTION_EXPORT(reboot, reboot PC)
|
||||
#endif
|
||||
#ifdef RT_USING_DFS
|
||||
#include <time.h>
|
||||
time_t time(time_t* tm)
|
||||
{
|
||||
(void)tm;
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
/*@}*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user