]> git.sur5r.net Git - u-boot/commit
common/dlmalloc.c: Delete content that was moved to malloc.h
authorRobert P. J. Day <rpjday@crashcourse.ca>
Thu, 21 Apr 2016 11:35:55 +0000 (07:35 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 25 Apr 2016 19:10:36 +0000 (15:10 -0400)
commit4eece2602b6f90e56b900c5ccd0620327c92f4b3
tree4ec5f6bde5eaada44ca79b9de286d7ac45efc850
parent5bbf4099098afb3e63574d05629e29b795d08c05
common/dlmalloc.c: Delete content that was moved to malloc.h

Remove several hundred lines of content surrounded by:

#if 0  /* Moved to malloc.h */
... moved stuff ...
#endif /* 0 */                 /* Moved to malloc.h */

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Reviewed-by: Tom Rini <trini@konsulko.com>
common/dlmalloc.c