소스 검색

remove comments

Meco Man 4 년 전
부모
커밋
70f5c10262
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      components/libc/compilers/newlib/minilib.c
  2. 0 1
      components/libc/compilers/newlib/syscalls.c

+ 0 - 1
components/libc/compilers/newlib/minilib.c

@@ -63,7 +63,6 @@ _free_r (struct _reent *ptr, void *addr)
 void *
 _sbrk_r(struct _reent *ptr, ptrdiff_t incr)
 {
-    /* no use this routine to get memory */
     return RT_NULL;
 }
 #endif /*RT_USING_HEAP*/

+ 0 - 1
components/libc/compilers/newlib/syscalls.c

@@ -303,7 +303,6 @@ _free_r (struct _reent *ptr, void *addr)
 void *
 _sbrk_r(struct _reent *ptr, ptrdiff_t incr)
 {
-    /* no use this routine to get memory */
     return RT_NULL;
 }
 #endif /*RT_USING_HEAP*/