Remove a debug variable

This commit is contained in:
Yukihiro "Matz" Matsumoto
2017-10-28 01:37:51 +09:00
parent 23d18bbd62
commit 57dad6e3fd
-3
View File
@@ -211,15 +211,12 @@ stack_extend(mrb_state *mrb, int room)
}
}
static int nenv = 0;
static inline struct REnv*
uvenv(mrb_state *mrb, int up)
{
struct RProc *proc = mrb->c->ci->proc;
struct REnv *e;
nenv++;
do {
e = MRB_PROC_ENV(proc);
if (!e) return NULL;