浏览代码

[libc/armlibc] Remove time() on stubs.c.

armink 7 年之前
父节点
当前提交
586685875b
共有 1 个文件被更改,包括 0 次插入9 次删除
  1. 0 9
      components/libc/compilers/armlibc/stubs.c

+ 0 - 9
components/libc/compilers/armlibc/stubs.c

@@ -327,12 +327,3 @@ int fgetc(FILE *f)
     return -1;
 }
 #endif
-
-#ifndef RT_USING_RTC
-time_t time(time_t *t)
-{
-	time_t time_now = 0;
-	
-	return time_now;
-}
-#endif