mirror of https://github.com/apache/lucene.git
remove dead code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1147807 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fd4db996c3
commit
1a9c947c2d
|
@ -155,11 +155,6 @@ class BufferedDeletesStream {
|
|||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean equals(Object other) {
|
||||
return sortSegInfoByDelGen == other;
|
||||
}
|
||||
};
|
||||
|
||||
/** Resolves the buffered deleted Term/Query/docIDs, into
|
||||
|
|
Loading…
Reference in New Issue