Skip to content

Commit

Permalink
removing unnecessary using
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 Aug 6, 2024
1 parent de89c3e commit fc43983
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -507,8 +507,6 @@ struct __usm_or_buffer_accessor
template <typename _ExecutionPolicy, typename _T>
struct __result_and_scratch_storage
{
using __value_type = _T;

private:
using __sycl_buffer_t = sycl::buffer<_T, 1>;

Expand Down

0 comments on commit fc43983

Please sign in to comment.