File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ using namespace __rtsan;
17
17
bool __rtsan::rtsan_initialized;
18
18
bool __rtsan::rtsan_init_is_running;
19
19
20
-
21
20
extern " C" {
22
21
23
22
SANITIZER_INTERFACE_ATTRIBUTE void __rtsan_init () {
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ extern bool rtsan_init_is_running;
21
21
22
22
} // namespace __rtsan
23
23
24
-
25
24
// Initialise rtsan interceptors.
26
25
// A call to this method is added to the preinit array on Linux systems.
27
26
SANITIZER_INTERFACE_ATTRIBUTE void __rtsan_init ();
Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ static void *HandleEarlyAlloc(uptr size) {
59
59
return Mem;
60
60
}
61
61
62
-
63
62
void ExpectNotRealtime (const char *intercepted_function_name) {
64
63
__rtsan::GetContextForThisThread ().ExpectNotRealtime (
65
64
intercepted_function_name);
You can’t perform that action at this time.
0 commit comments