From: Tankut Baris Aktemur Date: Wed, 15 Jan 2025 16:25:15 +0000 (+0100) Subject: gdbserver: remove an obsolete comment in tracepoint.cc X-Git-Tag: binutils-2_44~109 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1d0fa7f3e0c5cf2b6562304f5dc880036ffc8a44;p=thirdparty%2Fbinutils-gdb.git gdbserver: remove an obsolete comment in tracepoint.cc The comment /* Functions local to this file. */ has somehow been positioned above struct definitions, not functions. Some static function declarations are given after the structs, to where the comment could be moved, but the comment is not really helpful. Therefore remove it. --- diff --git a/gdbserver/tracepoint.cc b/gdbserver/tracepoint.cc index 2e3960ec2e2..1395c70ad39 100644 --- a/gdbserver/tracepoint.cc +++ b/gdbserver/tracepoint.cc @@ -1169,8 +1169,6 @@ static char *tracing_stop_note; #endif -/* Functions local to this file. */ - /* Base "class" for tracepoint type specific data to be passed down to collect_data_at_tracepoint. */ struct tracepoint_hit_ctx