Explorar el Código

console.h: remove unused prototype 'console_realloc'

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Jean-Christophe PLAGNIOL-VILLARD hace 16 años
padre
commit
3ad8a0517b
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      include/console.h

+ 0 - 2
include/console.h

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