Skip to content

Commit f0a5a07

Browse files
committed
Removed unused variable [Bug #16242]
1 parent a0579f3 commit f0a5a07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

class.c

-1
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,6 @@ ensure_origin(VALUE klass)
10031003
void
10041004
rb_prepend_module(VALUE klass, VALUE module)
10051005
{
1006-
VALUE origin;
10071006
int changed = 0;
10081007

10091008
ensure_includable(klass, module);

0 commit comments

Comments
 (0)