Delete deprecated `::sandbox2::Sandbox2::WaitForTsan` and its remaining call sites.

PiperOrigin-RevId: 426195145
Change-Id: Ia7c8116a0fb08e2f425d9b89406b446edcf7850a
reviewable/pr100/r8
Sandboxed API Team 2022-02-03 11:23:18 -08:00 committed by Copybara-Service
parent 943c74827b
commit b7cb7132a2
1 changed files with 0 additions and 3 deletions

View File

@ -50,9 +50,6 @@ int GetNumberOfThreads(int pid);
// under a sanitizer.
void WaitForSanitizer();
ABSL_DEPRECATED("Use `sandbox2::sanitizer::WaitForSanitizer()`.")
inline void WaitForTsan() { WaitForSanitizer(); }
// Sanitizes current process (which will not execve a sandboxed binary).
// File-descriptors in fd_exceptions will be either closed
// (close_fds == true), or marked as close-on-exec (close_fds == false).