mruby-bin-debugger/mrdb.h: remove unnecessary struct declarations

This commit is contained in:
Yukihiro "Matz" Matsumoto
2023-12-05 23:41:09 +09:00
parent 6de4df3b31
commit a66c685c81
@@ -74,10 +74,6 @@ typedef enum {
MRB_DEBUG_BPTYPE_METHOD,
} mrb_debug_bptype;
struct mrb_irep;
struct mrbc_context;
struct mrb_debug_context;
typedef struct mrb_debug_linepoint {
const char *file;
uint16_t lineno;