From 1778377e53233cef6e215e7de25a3c4cad310089 Mon Sep 17 00:00:00 2001 From: Mithun RK Date: Mon, 1 Nov 2021 10:12:59 -0700 Subject: [PATCH] Review: Remove `SegmentedGatherTestList`. --- cpp/tests/copying/segmented_gather_list_tests.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/cpp/tests/copying/segmented_gather_list_tests.cpp b/cpp/tests/copying/segmented_gather_list_tests.cpp index 72d3d334d64..e3a003c51d1 100644 --- a/cpp/tests/copying/segmented_gather_list_tests.cpp +++ b/cpp/tests/copying/segmented_gather_list_tests.cpp @@ -35,9 +35,6 @@ using FixedWidthTypesNotBool = cudf::test::Concat; TYPED_TEST_SUITE(SegmentedGatherTest, FixedWidthTypesNotBool); -class SegmentedGatherTestList : public cudf::test::BaseFixture { -}; - // to disambiguate between {} == 0 and {} == List{0} // Also, see note about compiler issues when declaring nested // empty lists in lists_column_wrapper documentation