* vm.c (rb_vm_invoke_proc): removed unused variable.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2010-01-30 07:56:50 +00:00
parent 147a09f86e
commit 1b1b5c2bc3
2 changed files with 2 additions and 3 deletions

1
vm.c
View file

@ -593,7 +593,6 @@ rb_vm_invoke_proc(rb_thread_t *th, rb_proc_t *proc, VALUE self,
VALUE val = Qundef;
int state;
volatile int stored_safe = th->safe_level;
rb_control_frame_t * volatile cfp = th->cfp;
TH_PUSH_TAG(th);
if ((state = EXEC_TAG()) == 0) {