- Delete unused funciton realloc

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1776 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Eric Biederman
2004-11-10 20:13:35 +00:00
parent 26e32760f9
commit 624252450f
2 changed files with 0 additions and 18 deletions

View File

@ -4,7 +4,6 @@
#include <stddef.h>
extern void *malloc(size_t size);
extern void *realloc(void *mem, size_t size);
void free(void *ptr);
/* Extensions to malloc... */