[Pushed,as,obvious,2/3] gdbserver: remove an obsolete comment in tracepoint.cc
Checks
Commit Message
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 | 2 --
1 file changed, 2 deletions(-)
@@ -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