Skip to content

Commit 49a6649

Browse files
committed
jruby: (chore) remove unused private method
1 parent eba9d5f commit 49a6649

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ext/jruby/org/jruby/ext/strscan/RubyStringScanner.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -354,10 +354,6 @@ private void succ() {
354354
}
355355
}
356356

357-
private int currPtr() {
358-
return str.getByteList().getBegin() + curr;
359-
}
360-
361357
private int matchTarget() {
362358
if (fixedAnchor) {
363359
return str.getByteList().getBegin();

0 commit comments

Comments
 (0)