Skip to content

Commit ee26fae

Browse files
authored
Merge pull request grpc#18133 from mehrdada/cleanup-c_creds
Remove unused ChannelCredentials.c_credentials
2 parents 3be45a5 + 0ac7203 commit ee26fae

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/python/grpcio/grpc/_cython/_cygrpc/credentials.pxd.pxi

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ cdef class ChannelCredentials:
5353

5454
cdef grpc_channel_credentials *c(self) except *
5555

56-
# TODO(https://github.com/grpc/grpc/issues/12531): remove.
57-
cdef grpc_channel_credentials *c_credentials
58-
5956

6057
cdef class SSLSessionCacheLRU:
6158

0 commit comments

Comments
 (0)