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
@@ -172,7 +172,6 @@ public static Object matchCommon(RubyContext context, RopeNodes.MakeSubstringNod
}
}

@TruffleBoundary
private static DynamicObject createSubstring(RopeNodes.MakeSubstringNode makeSubstringNode, DynamicObject source, int start, int length) {
assert RubyGuards.isRubyString(source);

0 comments on commit 6505039

Please sign in to comment.