aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCChannelPool.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-11-08 15:33:27 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-11-08 15:33:27 -0800
commitd72d5b2c8eaa8a434a7db4624fe6a45bc0d6bde4 (patch)
tree5561a5a513a8e1564ebd97896f5a1c54f72db322 /src/objective-c/GRPCClient/private/GRPCChannelPool.h
parentc9c060c52da12cc55bbd383b1544260ad665dbab (diff)
Some nit fixes
Diffstat (limited to 'src/objective-c/GRPCClient/private/GRPCChannelPool.h')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCChannelPool.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCChannelPool.h b/src/objective-c/GRPCClient/private/GRPCChannelPool.h
index 2244361df2..f99c0ba4dc 100644
--- a/src/objective-c/GRPCClient/private/GRPCChannelPool.h
+++ b/src/objective-c/GRPCClient/private/GRPCChannelPool.h
@@ -57,8 +57,6 @@ NS_ASSUME_NONNULL_BEGIN
*/
@interface GRPCChannelPool : NSObject
-- (instancetype)init;
-
/**
* Return a channel with a particular configuration. If the channel does not exist, execute \a
* createChannel then add it in the pool. If the channel exists, increase its reference count.