Skip to content

Commit f122d3d

Browse files
committed
remove get_buffer()
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
1 parent ec9c535 commit f122d3d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • clang/runtime/dpct-rt/include/dpct/dpl_extras

clang/runtime/dpct-rt/include/dpct/dpl_extras/memory.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -638,8 +638,6 @@ template <typename T> class device_iterator : public device_pointer<T> {
638638

639639
std::size_t get_idx() const { return idx; } // required
640640

641-
device_iterator &get_buffer() { return *this; } // required
642-
643641
};
644642
#endif
645643

0 commit comments

Comments
 (0)