Skip to content

Commit 4612758

Browse files
committed
Remove unused graph_impl function.
1 parent 2b15bab commit 4612758

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sycl/source/detail/graph_impl.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -919,10 +919,6 @@ class graph_impl : public std::enable_shared_from_this<graph_impl> {
919919
/// @return Device associated with graph.
920920
sycl::device getDevice() const { return MDevice; }
921921

922-
const DeviceImplPtr &getDeviceImplPtr() const {
923-
return getSyclObjImpl(MDevice);
924-
}
925-
926922
/// List of root nodes.
927923
std::set<std::weak_ptr<node_impl>, std::owner_less<std::weak_ptr<node_impl>>>
928924
MRoots;

0 commit comments

Comments
 (0)