Parcourir la source

console.h: remove unused prototype 'console_realloc'

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Jean-Christophe PLAGNIOL-VILLARD il y a 16 ans
Parent
commit
3ad8a0517b
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  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