mirror of
https://github.com/apache/lucene.git
synced 2025-03-06 08:19:23 +00:00
LUCENE-3971: Remove dead code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1326082 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
81d8a18641
commit
d3b73b2ec4
@ -50,11 +50,6 @@ public class MappingCharFilter extends BaseCharFilter {
|
||||
this.normMap = normMap;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected int correct(int currentOff) {
|
||||
return super.correct(currentOff);
|
||||
}
|
||||
|
||||
@Override
|
||||
public int read() throws IOException {
|
||||
while(true) {
|
||||
@ -121,8 +116,6 @@ public class MappingCharFilter extends BaseCharFilter {
|
||||
if (result == null) {
|
||||
pushChar(chr);
|
||||
}
|
||||
} else {
|
||||
|
||||
}
|
||||
}
|
||||
if (result == null && map.normStr != null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user