* maint.c (maintenance_dump_me): Remove unnecessary prototype.
This commit is contained in:
parent
1e0600be1c
commit
4e91d01c68
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* maint.c (maintenance_dump_me): Remove unnecessary prototype.
|
||||
|
||||
2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* win32-termcap.c (tputs): Return 0.
|
||||
|
|
|
@ -44,8 +44,6 @@ extern void _initialize_maint_cmds (void);
|
|||
|
||||
static void maintenance_command (char *, int);
|
||||
|
||||
static void maintenance_dump_me (char *, int);
|
||||
|
||||
static void maintenance_internal_error (char *args, int from_tty);
|
||||
|
||||
static void maintenance_demangle (char *, int);
|
||||
|
|
Loading…
Reference in a new issue