mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
mruby-bin-debugger/mrdb.h: remove unnecessary struct declarations
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user