mirror of https://github.com/apache/lucene.git
remove dead code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001419 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5d01ed38c7
commit
671a63fb49
|
@ -581,13 +581,6 @@ public class StandardPostingsReader extends PostingsReaderBase {
|
|||
return position;
|
||||
}
|
||||
|
||||
/** Returns length of payload at current position */
|
||||
public int getPayloadLength() {
|
||||
assert lazyProxPointer == -1;
|
||||
assert posPendingCount < freq;
|
||||
return payloadLength;
|
||||
}
|
||||
|
||||
/** Returns the payload at this position, or null if no
|
||||
* payload was indexed. */
|
||||
public BytesRef getPayload() throws IOException {
|
||||
|
|
Loading…
Reference in New Issue