Skip to content

Commit

Permalink
Remove unused type alias
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel committed Nov 15, 2023
1 parent bca4832 commit ffcf9b0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/static_map/shared_memory_test.cu
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,8 @@ TEMPLATE_TEST_CASE_SIG("Shared memory static map",
(int64_t, int32_t),
(int64_t, int64_t))
{
using MapType = cuco::static_map<Key, Value>;
using DeviceViewType = typename MapType::device_view;
using DeviceViewIteratorType = typename DeviceViewType::iterator;
using MapType = cuco::static_map<Key, Value>;
using DeviceViewType = typename MapType::device_view;

constexpr std::size_t number_of_maps = 1000;
constexpr std::size_t elements_in_map = 500;
Expand Down

0 comments on commit ffcf9b0

Please sign in to comment.