mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
Remove an unused variable
This commit is contained in:
parent
d9981beb40
commit
dc64448202
1 changed files with 1 additions and 1 deletions
2
class.c
2
class.c
|
@ -1272,7 +1272,7 @@ static int
|
||||||
do_include_modules_at(const VALUE klass, VALUE c, VALUE module, int search_super, bool check_cyclic)
|
do_include_modules_at(const VALUE klass, VALUE c, VALUE module, int search_super, bool check_cyclic)
|
||||||
{
|
{
|
||||||
VALUE p, iclass, origin_stack = 0;
|
VALUE p, iclass, origin_stack = 0;
|
||||||
int method_changed = 0, add_subclass;
|
int method_changed = 0;
|
||||||
long origin_len;
|
long origin_len;
|
||||||
VALUE klass_origin = RCLASS_ORIGIN(klass);
|
VALUE klass_origin = RCLASS_ORIGIN(klass);
|
||||||
VALUE original_klass = klass;
|
VALUE original_klass = klass;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue