]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Remove unncessary function declarations in ada-typeprint.c.
authorJoel Brobecker <brobecker@adacore.com>
Wed, 15 Jan 2014 15:14:15 +0000 (19:14 +0400)
committerJoel Brobecker <brobecker@adacore.com>
Mon, 27 Jan 2014 04:21:36 +0000 (08:21 +0400)
commitaba02109701c9824499b42f1cf044a995fc603e1
tree088f001bb30a7c9159b508e2465ec198666bac2f
parente62e21fd47826fd5501e7e06106c202763e7b260
Remove unncessary function declarations in ada-typeprint.c.

These declarations are unncessary, and make it extra work when trying
to change the profile of one of these functions. This patch just
removes them.

Note that one of them (print_dynamic_range_bound), was improperly
indented.

gdb/ChangeLog:

        * ada-typeprint.c (print_array_type, print_choices, print_range)
        (print_range_bound, print_dynamic_range_bound, print_range_type):
        Remove declaration.
gdb/ChangeLog
gdb/ada-typeprint.c