summaryrefslogtreecommitdiffhomepage
path: root/include/mruby.h
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2018-08-01 13:18:32 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2018-08-01 13:18:32 +0900
commitb9817b00a4644bc2905be918e429fb1b78796fd4 (patch)
tree8ae324eb53238d315fcd62beddcb8c64264f3fcc /include/mruby.h
parente89cc9b9fabd4277804fd43666b198a29c25bc34 (diff)
downloadmruby-b9817b00a4644bc2905be918e429fb1b78796fd4.tar.gz
mruby-b9817b00a4644bc2905be918e429fb1b78796fd4.zip
Remove `nregs` member from `mrb_callinfo`.
This means reducing one word per a call frame.
Diffstat (limited to 'include/mruby.h')
-rw-r--r--include/mruby.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mruby.h b/include/mruby.h
index b0bfe78b5..93fc0f010 100644
--- a/include/mruby.h
+++ b/include/mruby.h
@@ -123,7 +123,6 @@ typedef struct {
mrb_sym mid;
struct RProc *proc;
mrb_value *stackent;
- int nregs;
int ridx;
int epos;
struct REnv *env;