From: Jan Kratochvil Date: Fri, 8 May 2015 15:58:21 +0000 (+0200) Subject: Remove unused declaration of print_return_value. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dd9f02a0ca7a9873717933345e393edb3d5da6bc;p=binutils-gdb.git Remove unused declaration of print_return_value. gdb/ChangeLog 2015-05-08 Jan Kratochvil * infcmd.c (print_return_value): Remove unused declaration. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a08544d0b16..d31fee5736d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2015-05-08 Jan Kratochvil + + * infcmd.c (print_return_value): Remove unused declaration. + 2015-05-08 Joel Brobecker * dwarf2read.c (attr_to_dynamic_prop) diff --git a/gdb/infcmd.c b/gdb/infcmd.c index 7e2484b7932..11d5310766c 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -59,9 +59,6 @@ static void nofp_registers_info (char *, int); -static void print_return_value (struct value *function, - struct type *value_type); - static void until_next_command (int); static void until_command (char *, int);