From a66c685c81bde2eafb445f915ce99c0c3e317164 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Tue, 5 Dec 2023 23:41:09 +0900 Subject: [PATCH] mruby-bin-debugger/mrdb.h: remove unnecessary struct declarations --- mrbgems/mruby-bin-debugger/tools/mrdb/mrdb.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mrbgems/mruby-bin-debugger/tools/mrdb/mrdb.h b/mrbgems/mruby-bin-debugger/tools/mrdb/mrdb.h index 24ccad126..1d379f4c7 100644 --- a/mrbgems/mruby-bin-debugger/tools/mrdb/mrdb.h +++ b/mrbgems/mruby-bin-debugger/tools/mrdb/mrdb.h @@ -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;