commit | 219e8dc0afb7fd0e2d68e0b34d3604377bd2a7c5 | [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 | 780b62753bce79eb6884d9cd290ab1b9ce1edf2e [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