remove stale comment

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1493345 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2013-06-15 12:07:52 +00:00
parent 57d23ada87
commit 8c6a36003c
1 changed files with 0 additions and 4 deletions

View File

@ -50,10 +50,6 @@ public class BlockTermState extends OrdTermState {
totalTermFreq = other.totalTermFreq;
termBlockOrd = other.termBlockOrd;
blockFilePointer = other.blockFilePointer;
// NOTE: don't copy blockTermCount;
// it's "transient": used only by the "primary"
// termState, and regenerated on seek by TermState
}
@Override