浏览代码

console.h: remove unused prototype 'console_realloc'

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Jean-Christophe PLAGNIOL-VILLARD 16 年之前
父节点
当前提交
3ad8a0517b
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      include/console.h

+ 0 - 2
include/console.h

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