Skip to content

Commit ec265c4

Browse files
committed
Address comments
1 parent 21062f2 commit ec265c4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

sycl/gdb/libsycl.so-gdb.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,6 @@ def index(self, arg):
8080
)
8181
return result
8282

83-
def data(self):
84-
eval_string = "((" + str(self.obj.type) + ")" + str(self.obj) + ")->getPtr()"
85-
return gdb.parse_and_eval(eval_string);
86-
87-
8883
class DeviceAccessor(Accessor):
8984
"""For CPU/GPU memory layout"""
9085

0 commit comments

Comments
 (0)