Skip to content

Commit dcbeecd

Browse files
committed
Remove friend
1 parent b5d255f commit dcbeecd

File tree

1 file changed

+0
-2
lines changed
  • sycl/include/sycl/ext/oneapi/experimental

1 file changed

+0
-2
lines changed

sycl/include/sycl/ext/oneapi/experimental/graph.hpp

-2
Original file line numberDiff line numberDiff line change
@@ -556,8 +556,6 @@ class __SYCL_EXPORT dynamic_parameter_base {
556556
template <class Obj>
557557
friend const decltype(Obj::impl) &
558558
sycl::detail::getSyclObjImpl(const Obj &SyclObject);
559-
560-
friend class handler; // FIXME
561559
};
562560

563561
class __SYCL_EXPORT dynamic_work_group_memory_base

0 commit comments

Comments
 (0)