mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* vm_method.c (rb_gc_mark_unlinked_live_method_entries): remove unused
variables. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32688 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8603c5934a
commit
34fcd4406a
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ void
|
|||
rb_gc_mark_unlinked_live_method_entries(void *pvm)
|
||||
{
|
||||
rb_vm_t *vm = pvm;
|
||||
struct unlinked_method_entry_list_entry *ume = vm->unlinked_method_entry_list, *prev_ume = 0, *curr_ume;
|
||||
struct unlinked_method_entry_list_entry *ume = vm->unlinked_method_entry_list;
|
||||
|
||||
while (ume) {
|
||||
if (ume->me->mark) {
|
||||
|
|
Loading…
Add table
Reference in a new issue