зеркало из https://github.com/github/ruby.git
* 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:
Родитель
fe060e0e5c
Коммит
c2e491c43e
|
@ -97,7 +97,6 @@ void
|
||||||
rb_exec_end_proc(void)
|
rb_exec_end_proc(void)
|
||||||
{
|
{
|
||||||
struct end_proc_data *volatile link;
|
struct end_proc_data *volatile link;
|
||||||
struct end_proc_data *tmp;
|
|
||||||
int status;
|
int status;
|
||||||
volatile int safe = rb_safe_level();
|
volatile int safe = rb_safe_level();
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче