diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2015-05-08 17:58:21 +0200 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2015-05-08 17:59:15 +0200 |
commit | dd9f02a0ca7a9873717933345e393edb3d5da6bc (patch) | |
tree | ac5f31ef7b252fb684f981aebadd17d5ce0ca957 /gdb/infcmd.c | |
parent | 6ad395a7a64c9b49dab32a9178a8a07a96c17885 (diff) | |
download | gdb-dd9f02a0ca7a9873717933345e393edb3d5da6bc.zip gdb-dd9f02a0ca7a9873717933345e393edb3d5da6bc.tar.gz gdb-dd9f02a0ca7a9873717933345e393edb3d5da6bc.tar.bz2 |
Remove unused declaration of print_return_value.
gdb/ChangeLog
2015-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
* infcmd.c (print_return_value): Remove unused declaration.
Diffstat (limited to 'gdb/infcmd.c')
-rw-r--r-- | gdb/infcmd.c | 3 |
1 files changed, 0 insertions, 3 deletions
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); |