зеркало из https://github.com/github/ruby.git
* variable.c (mark_global_entry): remove unused variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35235 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
f9b8e21fd1
Коммит
f0cd9107df
|
@ -460,7 +460,6 @@ readonly_setter(VALUE val, ID id, void *data, struct global_variable *gvar)
|
|||
static int
|
||||
mark_global_entry(st_data_t k, st_data_t v, st_data_t a)
|
||||
{
|
||||
ID key = (ID)k;
|
||||
struct global_entry *entry = (struct global_entry *)v;
|
||||
struct trace_var *trace;
|
||||
struct global_variable *var = entry->var;
|
||||
|
|
Загрузка…
Ссылка в новой задаче