Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -74,7 +74,6 @@ public static int scanForCodeRange(DynamicObject string) {
int cr = Layouts.STRING.getCodeRange(string);

if (cr == StringSupport.CR_UNKNOWN) {
CompilerDirectives.transferToInterpreter();
cr = slowCodeRangeScan(string);
Layouts.STRING.setCodeRange(string, cr);
}

0 comments on commit 287078c

Please sign in to comment.