Skip to content

Commit 2330379

Browse files
committed
Clang tidy run
1 parent 7c85caf commit 2330379

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

compiler-rt/lib/rtsan/rtsan.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ using namespace __rtsan;
1717
bool __rtsan::rtsan_initialized;
1818
bool __rtsan::rtsan_init_is_running;
1919

20-
2120
extern "C" {
2221

2322
SANITIZER_INTERFACE_ATTRIBUTE void __rtsan_init() {

compiler-rt/lib/rtsan/rtsan.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ extern bool rtsan_init_is_running;
2121

2222
} // namespace __rtsan
2323

24-
2524
// Initialise rtsan interceptors.
2625
// A call to this method is added to the preinit array on Linux systems.
2726
SANITIZER_INTERFACE_ATTRIBUTE void __rtsan_init();

compiler-rt/lib/rtsan/rtsan_interceptors.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ static void *HandleEarlyAlloc(uptr size) {
5959
return Mem;
6060
}
6161

62-
6362
void ExpectNotRealtime(const char *intercepted_function_name) {
6463
__rtsan::GetContextForThisThread().ExpectNotRealtime(
6564
intercepted_function_name);

0 commit comments

Comments
 (0)