| commit | 3ad8a0517b724782ab36f2b554a94de4c00c1adb | [log] [tgz] |
|---|---|---|
| author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | Wed May 13 22:24:12 2009 +0200 |
| committer | Wolfgang Denk <wd@denx.de> | Fri May 15 22:13:57 2009 +0200 |
| tree | 99ea2065fd336bf93f83fa2758c80f6847a1c21e | |
| parent | 84bf7ca522e94ec402a1264b01971b924b7e268f [diff] |
console.h: remove unused prototype 'console_realloc' Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
diff --git a/include/console.h b/include/console.h index 06ec32a..bc8b139 100644 --- a/include/console.h +++ b/include/console.h
@@ -33,6 +33,4 @@ extern device_t *stdio_devices[] ; extern char *stdio_names[MAX_FILES] ; -int console_realloc(int top); - #endif