提交 c81ebdc6 编写于 作者: S SASANO Takayoshi

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.
上级 86742879
......@@ -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
/*@}*/
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册