mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
* 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:
parent
147a09f86e
commit
1b1b5c2bc3
2 changed files with 2 additions and 3 deletions
1
vm.c
1
vm.c
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue