diff options
Diffstat (limited to 'compiler-rt/lib/tsan/rtl/tsan_rtl.h')
| -rw-r--r-- | compiler-rt/lib/tsan/rtl/tsan_rtl.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler-rt/lib/tsan/rtl/tsan_rtl.h b/compiler-rt/lib/tsan/rtl/tsan_rtl.h index 5da0b14d272..fc585243477 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_rtl.h +++ b/compiler-rt/lib/tsan/rtl/tsan_rtl.h @@ -39,11 +39,6 @@ namespace __tsan { void Printf(const char *format, ...) FORMAT(1, 2); uptr Snprintf(char *buffer, uptr length, const char *format, ...) FORMAT(3, 4); -inline void NOINLINE breakhere() { - volatile int x = 42; - (void)x; -} - // FastState (from most significant bit): // unused : 1 // tid : kTidBits |

