summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-02-17 08:05:42 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-02-17 08:05:42 +0000
commit50c8982ea8e4c25e154084af1864617e7bd330ae (patch)
tree071831508382acf23781c696922136d7e1240bce /vm_insnhelper.c
parent711ed72b7967b6dc9cc0375a4e331aa24f7b2c0f (diff)
* vm_insnhelper.c (vm_call_cfunc): removed unused variable.
* vm.c (vm_frametype_name): define only when VMDEBUG. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26695 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_insnhelper.c')
-rw-r--r--vm_insnhelper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index ae1d86d97b..23b48506f5 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -364,7 +364,6 @@ vm_call_cfunc(rb_thread_t *th, rb_control_frame_t *reg_cfp,
const rb_method_entry_t *me)
{
VALUE val = 0;
- int state = 0;
const rb_method_definition_t *def = me->def;
rb_control_frame_t *cfp;