Skip to content

Commit

Permalink
Removed unused variable [Bug #16242]
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Nov 28, 2019
1 parent a0579f3 commit f0a5a07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion class.c
Expand Up @@ -1003,7 +1003,6 @@ ensure_origin(VALUE klass)
void
rb_prepend_module(VALUE klass, VALUE module)
{
VALUE origin;
int changed = 0;

ensure_includable(klass, module);
Expand Down

0 comments on commit f0a5a07

Please sign in to comment.