Skip to content

Commit bdeb15c

Browse files
committed
tsan: remove non-existent MemoryAccessRangeStep
Probably was used for Go at some point... Depends on D107466. Reviewed By: melver Differential Revision: https://reviews.llvm.org/D107467
1 parent c2598be commit bdeb15c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler-rt/lib/tsan/rtl/tsan_rtl.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -699,8 +699,6 @@ void MemoryAccessImpl(ThreadState *thr, uptr addr,
699699
u64 *shadow_mem, Shadow cur);
700700
void MemoryAccessRange(ThreadState *thr, uptr pc, uptr addr,
701701
uptr size, bool is_write);
702-
void MemoryAccessRangeStep(ThreadState *thr, uptr pc, uptr addr,
703-
uptr size, uptr step, bool is_write);
704702
void UnalignedMemoryAccess(ThreadState *thr, uptr pc, uptr addr, uptr size,
705703
AccessType typ);
706704

0 commit comments

Comments
 (0)