You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by sy...@apache.org on 2015/01/15 13:06:35 UTC

[2/2] lucenenet git commit: remove unnecessary comment

remove unnecessary comment


Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/9c2d1614
Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/9c2d1614
Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/9c2d1614

Branch: refs/heads/master
Commit: 9c2d1614344b17c8fc1ca746862a01991b37172d
Parents: cd4e2e1
Author: Laimonas Simutis <la...@gmail.com>
Authored: Thu Jan 15 06:13:30 2015 -0500
Committer: Laimonas Simutis <la...@gmail.com>
Committed: Thu Jan 15 06:13:30 2015 -0500

----------------------------------------------------------------------
 src/Lucene.Net.Core/Codecs/Lucene45/Lucene45DocValuesConsumer.cs | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/9c2d1614/src/Lucene.Net.Core/Codecs/Lucene45/Lucene45DocValuesConsumer.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Core/Codecs/Lucene45/Lucene45DocValuesConsumer.cs b/src/Lucene.Net.Core/Codecs/Lucene45/Lucene45DocValuesConsumer.cs
index 6f2fe9a..74c1f25 100644
--- a/src/Lucene.Net.Core/Codecs/Lucene45/Lucene45DocValuesConsumer.cs
+++ b/src/Lucene.Net.Core/Codecs/Lucene45/Lucene45DocValuesConsumer.cs
@@ -123,7 +123,6 @@ namespace Lucene.Net.Codecs.Lucene45
             bool missing = false;
             // TODO: more efficient?
             HashSet<long> uniqueValues = null;
-            // LUCENE TODO: is this necessary because of multiple iterations?
             
             if (optimizeStorage)
             {