aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio/grpc/_cython/_cygrpc/server.pxd.pxi
diff options
context:
space:
mode:
authorGravatar Richard Belleville <rbellevi@google.com>2018-12-27 15:21:12 -0800
committerGravatar Richard Belleville <rbellevi@google.com>2018-12-27 15:21:12 -0800
commit0daa420417f3e1149e66d1d0d31b1a6f86f0490c (patch)
tree5657f981cb582f43380bac3877eb1455cae88759 /src/python/grpcio/grpc/_cython/_cygrpc/server.pxd.pxi
parentc4d5b7807780bdd6de7234d131ffe5935707d710 (diff)
Free grpc_channel_args after creation
Diffstat (limited to 'src/python/grpcio/grpc/_cython/_cygrpc/server.pxd.pxi')
-rw-r--r--src/python/grpcio/grpc/_cython/_cygrpc/server.pxd.pxi1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/python/grpcio/grpc/_cython/_cygrpc/server.pxd.pxi b/src/python/grpcio/grpc/_cython/_cygrpc/server.pxd.pxi
index 52cfccb677..4a6fbe0f96 100644
--- a/src/python/grpcio/grpc/_cython/_cygrpc/server.pxd.pxi
+++ b/src/python/grpcio/grpc/_cython/_cygrpc/server.pxd.pxi
@@ -16,7 +16,6 @@
cdef class Server:
cdef grpc_arg_pointer_vtable _vtable
- cdef readonly _ArgumentsProcessor _arguments_processor
cdef grpc_server *c_server
cdef bint is_started # start has been called
cdef bint is_shutting_down # shutdown has been called