console.h: remove unused prototype 'console_realloc'
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
parent
84bf7ca522
commit
3ad8a0517b
|
@ -33,6 +33,4 @@
|
|||
extern device_t *stdio_devices[] ;
|
||||
extern char *stdio_names[MAX_FILES] ;
|
||||
|
||||
int console_realloc(int top);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue