From f8f3cb6c55b085fa260c7f80644d5ef057d4a070 Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Mon, 5 Jun 2023 11:49:29 -0400 Subject: Test refactoring: pulled record stripping function to testing.h --- tests/wirs_tests.cpp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'tests/wirs_tests.cpp') diff --git a/tests/wirs_tests.cpp b/tests/wirs_tests.cpp index d959347..133950d 100644 --- a/tests/wirs_tests.cpp +++ b/tests/wirs_tests.cpp @@ -212,17 +212,6 @@ START_TEST(t_wirs_query) END_TEST -template -std::vector strip_wrapping(std::vector> vec) { - std::vector out(vec.size()); - for (size_t i=0; i