aboutsummaryrefslogtreecommitdiff
path: root/icing/index/iterator/doc-hit-info-iterator-or.cc
diff options
context:
space:
mode:
authorAlexander Dorokhine <adorokhine@google.com>2020-11-18 16:39:25 -0800
committerAlexander Dorokhine <adorokhine@google.com>2020-11-18 16:39:25 -0800
commit1ae91ee03a08a4f0391f0f90e2797fb3c2e02960 (patch)
treeab1344e2dc53bdbd4c9c5eb970def0d49a9ebdc3 /icing/index/iterator/doc-hit-info-iterator-or.cc
parente111bb917a63282b8e11012acb8f97cba882f342 (diff)
downloadicing-1ae91ee03a08a4f0391f0f90e2797fb3c2e02960.tar.gz
Update Icing from upstream.
Change-Id: Ic022a44e876a6060a47e0db991e63b2b73807769
Diffstat (limited to 'icing/index/iterator/doc-hit-info-iterator-or.cc')
-rw-r--r--icing/index/iterator/doc-hit-info-iterator-or.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/icing/index/iterator/doc-hit-info-iterator-or.cc b/icing/index/iterator/doc-hit-info-iterator-or.cc
index 9d18753..8f00f88 100644
--- a/icing/index/iterator/doc-hit-info-iterator-or.cc
+++ b/icing/index/iterator/doc-hit-info-iterator-or.cc
@@ -29,8 +29,6 @@ namespace {
// When combining Or iterators, n-ary operator has better performance when
// number of operands > 2 according to benchmark cl/243321264
-// TODO (samzheng): Tune this number when it's necessary, e.g. implementation
-// changes.
constexpr int kBinaryOrIteratorPerformanceThreshold = 2;
} // namespace