]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdbserver: remove an obsolete comment in tracepoint.cc
authorTankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Wed, 15 Jan 2025 16:25:15 +0000 (17:25 +0100)
committerTankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Wed, 15 Jan 2025 16:25:15 +0000 (17:25 +0100)
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.

gdbserver/tracepoint.cc

index 2e3960ec2e29ed3473903df28e29183a2bbe6b25..1395c70ad39d2ac1b260fc6a0ed507966ac5aa42 100644 (file)
@@ -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