From 9a774d939b1d5bd4e5d6c28429936b273d476b6e Mon Sep 17 00:00:00 2001 From: tanvi-jagtap Date: Thu, 15 Aug 2024 05:46:13 +0000 Subject: [PATCH] [Gpr_To_Absl_Logging] --- src/objective-c/GRPCClient/private/GRPCCore/GRPCChannel.mm | 1 - src/objective-c/GRPCClient/private/GRPCCore/GRPCChannelPool.mm | 1 - 2 files changed, 2 deletions(-) diff --git a/src/objective-c/GRPCClient/private/GRPCCore/GRPCChannel.mm b/src/objective-c/GRPCClient/private/GRPCCore/GRPCChannel.mm index c270f10feef..93919d0f5ec 100644 --- a/src/objective-c/GRPCClient/private/GRPCCore/GRPCChannel.mm +++ b/src/objective-c/GRPCClient/private/GRPCCore/GRPCChannel.mm @@ -18,7 +18,6 @@ #import "GRPCChannel.h" - #import "../../internal/GRPCCallOptions+Internal.h" #import "../GRPCTransport+Private.h" #import "ChannelArgsUtil.h" diff --git a/src/objective-c/GRPCClient/private/GRPCCore/GRPCChannelPool.mm b/src/objective-c/GRPCClient/private/GRPCCore/GRPCChannelPool.mm index 9b815238d6c..a261300cd52 100644 --- a/src/objective-c/GRPCClient/private/GRPCCore/GRPCChannelPool.mm +++ b/src/objective-c/GRPCClient/private/GRPCCore/GRPCChannelPool.mm @@ -28,7 +28,6 @@ #import "GRPCSecureChannelFactory.h" #import "GRPCWrappedCall.h" - extern const char *kCFStreamVarName; static GRPCChannelPool *gChannelPool;