console.h: remove unused prototype 'console_realloc'

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2009-05-13 22:24:12 +02:00 committed by Wolfgang Denk
parent 84bf7ca522
commit 3ad8a0517b

View File

@ -33,6 +33,4 @@
extern device_t *stdio_devices[] ;
extern char *stdio_names[MAX_FILES] ;
int console_realloc(int top);
#endif