mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Delete deprecated sapi::Sandbox::GetRpcChannel
and its remaining call sites.
PiperOrigin-RevId: 389968873 Change-Id: Ia72e0064fa57679180f9c406f96266473f8461c2
This commit is contained in:
parent
773dc6b18b
commit
d631154ce5
|
@ -63,8 +63,6 @@ class Sandbox {
|
||||||
|
|
||||||
sandbox2::Comms* comms() const { return comms_; }
|
sandbox2::Comms* comms() const { return comms_; }
|
||||||
|
|
||||||
ABSL_DEPRECATED("Use sapi::Sandbox::rpc_channel() instead")
|
|
||||||
RPCChannel* GetRpcChannel() const { return this->rpc_channel(); }
|
|
||||||
RPCChannel* rpc_channel() const { return rpc_channel_.get(); }
|
RPCChannel* rpc_channel() const { return rpc_channel_.get(); }
|
||||||
|
|
||||||
int pid() const { return pid_; }
|
int pid() const { return pid_; }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user