From: Andrew Burgess Date: Wed, 7 May 2025 09:57:17 +0000 (+0100) Subject: gdb: remove unnecessary function declaration X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=add5cd03c6ed62340a40f735296a872115b5cdf3;p=thirdparty%2Fbinutils-gdb.git gdb: remove unnecessary function declaration There's no need to declare a function immediately before its definition. Lets not do that. There should be no user visible changes after this commit. --- diff --git a/gdb/linux-tdep.c b/gdb/linux-tdep.c index 6b98c8bd8fe..53d68071d3b 100644 --- a/gdb/linux-tdep.c +++ b/gdb/linux-tdep.c @@ -1676,8 +1676,6 @@ struct linux_make_mappings_data struct type *long_type; }; -static linux_find_memory_region_ftype linux_make_mappings_callback; - /* A callback for linux_find_memory_regions_full that updates the mappings data for linux_make_mappings_corefile_notes.