Delete deprecated sapi::Sandbox::IsActive and its remaining call sites.

PiperOrigin-RevId: 390412024
Change-Id: Iab3853b3c40dd4e9b0ff31532e8c41c2583ebc4e
This commit is contained in:
Sandboxed API Team 2021-08-12 11:00:18 -07:00 committed by Copybara-Service
parent dae91ff082
commit 7b31deaed8

View File

@ -47,8 +47,6 @@ class Sandbox {
// Initializes a new sandboxing session.
absl::Status Init();
ABSL_DEPRECATED("Use sapi::Sandbox::is_active() instead")
bool IsActive() const { return this->is_active(); }
// Returns whether the current sandboxing session is active.
bool is_active() const;