mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* eval_jump.c (rb_exec_end_proc): remove unused variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fe060e0e5c
commit
c2e491c43e
1 changed files with 0 additions and 1 deletions
|
@ -97,7 +97,6 @@ void
|
|||
rb_exec_end_proc(void)
|
||||
{
|
||||
struct end_proc_data *volatile link;
|
||||
struct end_proc_data *tmp;
|
||||
int status;
|
||||
volatile int safe = rb_safe_level();
|
||||
|
||||
|
|
Loading…
Reference in a new issue