[Pushed,as,obvious,1/3] gdbserver: remove forward declaration of struct tracepoint_hit_ctx

Message ID 20250115163020.3292754-1-tankut.baris.aktemur@intel.com
State New
Headers
Series [Pushed,as,obvious,1/3] gdbserver: remove forward declaration of struct tracepoint_hit_ctx |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gdb_build--master-aarch64 fail Patch failed to apply
linaro-tcwg-bot/tcwg_gdb_build--master-arm fail Patch failed to apply

Commit Message

Aktemur, Tankut Baris Jan. 15, 2025, 4:30 p.m. UTC
  Remove the unnecessary forward declaration for `struct tracepoint_hit_ctx`.
---
 gdbserver/tracepoint.cc | 2 --
 1 file changed, 2 deletions(-)
  

Patch

diff --git a/gdbserver/tracepoint.cc b/gdbserver/tracepoint.cc
index bf56f796a20..2e3960ec2e2 100644
--- a/gdbserver/tracepoint.cc
+++ b/gdbserver/tracepoint.cc
@@ -586,8 +586,6 @@  enum tracepoint_type
   fast_tracepoint,
 };
 
-struct tracepoint_hit_ctx;
-
 typedef enum eval_result_type (*condfn) (unsigned char *,
 					 ULONGEST *);