summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/postinglistattribute
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-07-06 15:36:02 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2016-07-06 15:36:02 +0200
commit8caf86c20c8a3623dd738a619689521864dc5a8a (patch)
tree18a5265fa9a1b19e4dfabcbf728bf1ac6a62db9a /searchlib/src/tests/attribute/postinglistattribute
parent3dcbb8a44200b9542124b0495668a35e5059f947 (diff)
Unused template argument.
Diffstat (limited to 'searchlib/src/tests/attribute/postinglistattribute')
-rw-r--r--searchlib/src/tests/attribute/postinglistattribute/postinglistattribute_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchlib/src/tests/attribute/postinglistattribute/postinglistattribute_test.cpp b/searchlib/src/tests/attribute/postinglistattribute/postinglistattribute_test.cpp
index 226369ef765..9d87f21c4af 100644
--- a/searchlib/src/tests/attribute/postinglistattribute/postinglistattribute_test.cpp
+++ b/searchlib/src/tests/attribute/postinglistattribute/postinglistattribute_test.cpp
@@ -157,7 +157,7 @@ private:
template <typename VectorType, typename BufferType, typename Range>
void checkPostingList(const VectorType & vec, const std::vector<BufferType> & values, const Range & range);
- template <typename BufferType, typename RangeGenerator>
+ template <typename BufferType>
void checkSearch(const AttributeVector & vec, const BufferType & term, uint32_t docBegin, uint32_t docEnd);
template <typename VectorType, typename BufferType>
@@ -507,7 +507,7 @@ PostingListAttributeTest::checkPostingList(const VectorType & vec, const std::ve
}
-template <typename BufferType, typename RangeGenerator>
+template <typename BufferType>
void
PostingListAttributeTest::checkSearch(const AttributeVector & vec, const BufferType & term, uint32_t docBegin, uint32_t docEnd)
{