mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Delete deprecated sapi::Sandbox::IsActive
and its remaining call sites.
PiperOrigin-RevId: 390412024 Change-Id: Iab3853b3c40dd4e9b0ff31532e8c41c2583ebc4e
This commit is contained in:
parent
dae91ff082
commit
7b31deaed8
|
@ -47,8 +47,6 @@ class Sandbox {
|
||||||
// Initializes a new sandboxing session.
|
// Initializes a new sandboxing session.
|
||||||
absl::Status Init();
|
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.
|
// Returns whether the current sandboxing session is active.
|
||||||
bool is_active() const;
|
bool is_active() const;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user