summaryrefslogtreecommitdiffstats
path: root/tests/wss_tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wss_tests.cpp')
-rw-r--r--tests/wss_tests.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/wss_tests.cpp b/tests/wss_tests.cpp
index c0d6f94..de62006 100644
--- a/tests/wss_tests.cpp
+++ b/tests/wss_tests.cpp
@@ -208,17 +208,6 @@ START_TEST(t_wss_query)
END_TEST
-template <RecordInterface R>
-std::vector<R> strip_wrapping(std::vector<Wrapped<R>> vec) {
- std::vector<R> out(vec.size());
- for (size_t i=0; i<vec.size(); i++) {
- out[i] = vec[i].rec;
- }
-
- return out;
-}
-
-
START_TEST(t_wss_query_merge)
{
size_t n=1000;