From: Andrew Burgess Date: Wed, 7 May 2025 09:57:17 +0000 (+0100) Subject: gdb: remove unnecessary function declaration X-Git-Tag: binutils-2_45~618 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9db56c74db800fe4bff2412f44dfa3fb8c42ec51;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. Approved-By: Simon Marchi --- diff --git a/gdb/linux-tdep.c b/gdb/linux-tdep.c index 7c98c254e62..c4d3d4d8009 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.