Skip to content

Commit 27edbb3

Browse files
matteobaccanvladak
authored andcommitted
Removed unused assignment
1 parent dcece9a commit 27edbb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/search/context/StrictLineBreakIterator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public int following(int offset) {
167167
return BreakIterator.DONE;
168168
}
169169

170-
int noff = BreakIterator.DONE;
170+
int noff;
171171
do {
172172
noff = next();
173173
if (noff > offset) {

0 commit comments

Comments
 (0)