Skip to content

Commit 58a82a4

Browse files
Remove stale link comment
1 parent 256919f commit 58a82a4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sycl/gdb/libsycl.so-gdb.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ def index(self, arg):
3535
arg = arg["MImpl"]["MIndex"]
3636
except:
3737
pass
38-
# https://github.com/intel/llvm/blob/97272b7ebd569bfa13811913a31e30f926559217/sycl/include/sycl/accessor.hpp#L678-L690
3938
result = 0
4039
for dim in range(self.depth):
4140
result = (
@@ -71,7 +70,6 @@ class HostAccessorLocal(HostAccessor):
7170
def index(self, arg):
7271
if arg.type.code == gdb.TYPE_CODE_INT:
7372
return int(arg)
74-
# https://github.com/intel/llvm/blob/97272b7ebd569bfa13811913a31e30f926559217/sycl/include/sycl/accessor.hpp#L1049-L1053
7573
result = 0
7674
for dim in range(self.depth):
7775
result = (

0 commit comments

Comments
 (0)