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/util/StringSupport.java
Original file line number Diff line number Diff line change
@@ -418,7 +418,6 @@ public static int preciseCodePoint(Encoding enc, byte[]bytes, int p, int end) {
return -1;
}

@SuppressWarnings("deprecation")
@SuppressWarnings("deprecation")
public static int utf8Nth(byte[]bytes, int p, int e, int nth) {
// FIXME: Missing our UNSAFE impl because it was doing the wrong thing: See GH #1986

0 comments on commit 3f59565

Please sign in to comment.