Skip to content

Commit

Permalink
removing unused definition
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
  • Loading branch information
danhoeflinger committed Apr 8, 2024
1 parent a7c297f commit 42d7935
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/parallel_api/iterator/tuple_unit.pass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@

#include "support/utils.h"

template <typename... T>
using tuplewrapper = oneapi::dpl::__internal::tuple<typename oneapi::dpl::__internal::__lvref_or_val<T>::__type...>;

template <typename... _T>
static oneapi::dpl::__internal::tuple<_T...>
to_onedpl_tuple(const std::tuple<_T...>& __t)
Expand Down

0 comments on commit 42d7935

Please sign in to comment.