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:
Michael McCandless 2010-09-26 12:44:26 +00:00
parent 5d01ed38c7
commit 671a63fb49
1 changed files with 0 additions and 7 deletions

View File

@ -581,13 +581,6 @@ public class StandardPostingsReader extends PostingsReaderBase {
return position; 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 /** Returns the payload at this position, or null if no
* payload was indexed. */ * payload was indexed. */
public BytesRef getPayload() throws IOException { public BytesRef getPayload() throws IOException {