mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Delete deprecated sapi::Sandbox::GetPid
and its remaining call sites.
PiperOrigin-RevId: 389713115 Change-Id: I1832e759016a581e10bf5bd8b5b70244b40ecd69
This commit is contained in:
parent
0621e06a9c
commit
3f0875798d
|
@ -68,8 +68,6 @@ class Sandbox {
|
|||
RPCChannel* GetRpcChannel() const { return this->rpc_channel(); }
|
||||
RPCChannel* rpc_channel() const { return rpc_channel_.get(); }
|
||||
|
||||
ABSL_DEPRECATED("Use sapi::Sandbox::pid() instead")
|
||||
int GetPid() const { return this->pid(); }
|
||||
int pid() const { return pid_; }
|
||||
|
||||
// Synchronizes the underlying memory for the pointer before the call.
|
||||
|
|
Loading…
Reference in New Issue
Block a user