remove flags from irep

This commit is contained in:
Yukihiro Matsumoto
2012-08-29 11:45:36 +09:00
parent 4848c1f0c7
commit 950204bc4d
6 changed files with 8 additions and 11 deletions
-4
View File
@@ -14,7 +14,6 @@ extern "C" {
typedef struct mrb_irep {
int idx;
int flags;
int nlocals;
int nregs;
@@ -25,9 +24,6 @@ typedef struct mrb_irep {
int ilen, plen, slen;
} mrb_irep;
#define MRB_IREP_NOFREE 3
#define MRB_ISEQ_NOFREE 1
void mrb_add_irep(mrb_state *mrb, int n);
#if defined(__cplusplus)