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/ir/targets/InvokeSite.java
Original file line number Diff line number Diff line change
@@ -325,7 +325,6 @@ MethodHandle buildNewInstanceHandle(DynamicMethod method, IRubyObject self, bool
MethodHandle updateInvocationTarget(MethodHandle target, IRubyObject self, RubyModule testClass, DynamicMethod method, SwitchPoint switchPoint) {
MethodHandle fallback;
MethodHandle gwt;
String bind = "bind";

CacheAction cacheAction = testThresholds(testClass);
switch (cacheAction) {

0 comments on commit d9473de

Please sign in to comment.