gdbserver: remove forward declaration of struct tracepoint_hit_ctx

Remove the unnecessary forward declaration for `struct tracepoint_hit_ctx`.
This commit is contained in:
Tankut Baris Aktemur 2025-01-15 17:25:15 +01:00
parent 1722f289ee
commit ce43125445

View File

@ -586,8 +586,6 @@ enum tracepoint_type
fast_tracepoint,
};
struct tracepoint_hit_ctx;
typedef enum eval_result_type (*condfn) (unsigned char *,
ULONGEST *);