Skip to content

Commit 70f5c10

Browse files
committed
remove comments
1 parent ac27596 commit 70f5c10

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

components/libc/compilers/newlib/minilib.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ _free_r (struct _reent *ptr, void *addr)
6363
void *
6464
_sbrk_r(struct _reent *ptr, ptrdiff_t incr)
6565
{
66-
/* no use this routine to get memory */
6766
return RT_NULL;
6867
}
6968
#endif /*RT_USING_HEAP*/

components/libc/compilers/newlib/syscalls.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,6 @@ _free_r (struct _reent *ptr, void *addr)
303303
void *
304304
_sbrk_r(struct _reent *ptr, ptrdiff_t incr)
305305
{
306-
/* no use this routine to get memory */
307306
return RT_NULL;
308307
}
309308
#endif /*RT_USING_HEAP*/

0 commit comments

Comments
 (0)