LUCENE-3661: nuke obselete nocommit, thanks Mike

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3661@1233935 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-01-20 14:47:42 +00:00
parent 5c920cf73a
commit f6b18248a9
1 changed files with 0 additions and 1 deletions

View File

@ -588,7 +588,6 @@ public class IndexWriter implements Closeable, TwoPhaseCommit {
}
}
// nocommit: if this is read-only live docs, why doesn't it return Bits?!
public synchronized Bits getReadOnlyLiveDocs() {
//System.out.println("getROLiveDocs seg=" + info);
assert Thread.holdsLock(IndexWriter.this);