Browse Source

console.h: remove unused prototype 'console_realloc'

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Jean-Christophe PLAGNIOL-VILLARD 16 năm trước cách đây
mục cha
commit
3ad8a0517b
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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