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;
1717bool __rtsan::rtsan_initialized;
1818bool __rtsan::rtsan_init_is_running;
1919
20-
2120extern " C" {
2221
2322SANITIZER_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;
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.
2726SANITIZER_INTERFACE_ATTRIBUTE void __rtsan_init ();
Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ static void *HandleEarlyAlloc(uptr size) {
5959 return Mem;
6060}
6161
62-
6362void ExpectNotRealtime (const char *intercepted_function_name) {
6463 __rtsan::GetContextForThisThread ().ExpectNotRealtime (
6564 intercepted_function_name);
You can’t perform that action at this time.
0 commit comments