mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #932 from kaishuu0123/cleanup-mruby.h
cleanup: unused variable local_svar
This commit is contained in:
@@ -129,9 +129,6 @@ typedef struct mrb_state {
|
||||
|
||||
mrb_sym symidx;
|
||||
struct kh_n2s *name2sym; /* symbol table */
|
||||
#ifdef INCLUDE_REGEXP
|
||||
struct RNode *local_svar;/* regexp */
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_DEBUG
|
||||
void (*code_fetch_hook)(struct mrb_state* mrb, struct mrb_irep *irep, mrb_code *pc, mrb_value *regs);
|
||||
|
||||
Reference in New Issue
Block a user