From d631154ce52ac7e1172c7f2815dce7fefa219f04 Mon Sep 17 00:00:00 2001 From: Sandboxed API Team Date: Tue, 10 Aug 2021 13:49:42 -0700 Subject: [PATCH] Delete deprecated `sapi::Sandbox::GetRpcChannel` and its remaining call sites. PiperOrigin-RevId: 389968873 Change-Id: Ia72e0064fa57679180f9c406f96266473f8461c2 --- sandboxed_api/sandbox.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sandboxed_api/sandbox.h b/sandboxed_api/sandbox.h index bab810e..3ff1e36 100644 --- a/sandboxed_api/sandbox.h +++ b/sandboxed_api/sandbox.h @@ -63,8 +63,6 @@ class Sandbox { 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(); } int pid() const { return pid_; }