LUCENE-3147: remove nocommit, we rethrow above if its a threadinterrupted exc

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1128836 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2011-05-29 07:12:12 +00:00
parent c5f5f67b25
commit 3867d1572f
1 changed files with 0 additions and 1 deletions

View File

@ -947,7 +947,6 @@ public final class SegmentInfos implements Cloneable, Iterable<SegmentInfo> {
} catch (Throwable t) {
// It's OK if we fail to write this file since it's
// used only as one of the retry fallbacks.
// nocommit if this is thread interrupted we should rethrow
}
}