remove comment that is no longer relevant

This commit is contained in:
kimchy 2011-06-02 11:37:37 +03:00
parent 6ea2b9d263
commit 30127d6ed4
1 changed files with 0 additions and 2 deletions

View File

@ -698,8 +698,6 @@ public class RobinEngine extends AbstractIndexShardComponent implements Engine {
throw new FlushNotAllowedEngineException(shardId, "Already flushing...");
}
// We can't do prepareCommit here, since we rely on the the segment version for the translog version
try {
if (flush.full()) {