Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/main/java/org/jruby/RubyModule.java
Original file line number Diff line number Diff line change
@@ -1613,7 +1613,6 @@ public RubyModule defineModuleUnder(String name) {
}

private void addAccessor(ThreadContext context, RubySymbol identifier, Visibility visibility, boolean readable, boolean writeable) {
ByteList idBytes = identifier.getBytes();
String internedIdentifier = identifier.toString();

final Ruby runtime = context.runtime;

0 comments on commit 033e50c

Please sign in to comment.