From 97ba019c9410ccb5ec76f6b54fd2e140b7583038 Mon Sep 17 00:00:00 2001 From: ko1 Date: Sun, 24 Jun 2007 15:42:41 +0000 Subject: * vm.c: some refactoring. * rename th_* to vm_*. * remove unused variables functions. * add prototypes. * blockinlining.c, compile.c, cont.c, eval.c, eval_intern.h, eval_jump.h, eval_load.c, inits.c, insns.def, iseq.c, parse.y, proc.c, process.c, signal.c, thread.c, vm.c, vm_dump.c, vm_evalbody.ci, yarvcore.c, yarvcore.h: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- iseq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iseq.c') diff --git a/iseq.c b/iseq.c index 9e66f9b8ce..e7482e9ba1 100644 --- a/iseq.c +++ b/iseq.c @@ -719,7 +719,7 @@ ruby_iseq_disasm(VALUE self) VALUE str = rb_str_new(0, 0); VALUE child = rb_ary_new(); unsigned long size; - int i, d = iseqdat->local_size - iseqdat->local_table_size; + int i; ID *tbl; char buff[0x200]; -- cgit v1.2.3