From dd9f02a0ca7a9873717933345e393edb3d5da6bc Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Fri, 8 May 2015 17:58:21 +0200 Subject: [PATCH] Remove unused declaration of print_return_value. gdb/ChangeLog 2015-05-08 Jan Kratochvil * infcmd.c (print_return_value): Remove unused declaration. --- gdb/ChangeLog | 4 ++++ gdb/infcmd.c | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a08544d..d31fee5 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 7e2484b..11d5310 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); -- 2.7.4