* 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
@ -99,7 +99,7 @@ void
|
|||||||
rb_gc_mark_unlinked_live_method_entries(void *pvm)
|
rb_gc_mark_unlinked_live_method_entries(void *pvm)
|
||||||
{
|
{
|
||||||
rb_vm_t *vm = 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) {
|
while (ume) {
|
||||||
if (ume->me->mark) {
|
if (ume->me->mark) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user