From ed43f51fffa338bb3e443d727dd345bcbfd4ae79 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Thu, 19 Nov 2015 08:53:23 -0800 Subject: Beginning to peel away mdctx from channel stack --- src/core/security/server_auth_filter.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core/security/server_auth_filter.c') diff --git a/src/core/security/server_auth_filter.c b/src/core/security/server_auth_filter.c index fee962b576..5cfee6d139 100644 --- a/src/core/security/server_auth_filter.c +++ b/src/core/security/server_auth_filter.c @@ -58,7 +58,6 @@ typedef struct call_data { typedef struct channel_data { grpc_auth_context *auth_context; grpc_server_credentials *creds; - grpc_mdctx *mdctx; } channel_data; static grpc_metadata_array metadata_batch_to_md_array( @@ -247,7 +246,6 @@ static void init_channel_elem(grpc_exec_ctx *exec_ctx, chand->auth_context = GRPC_AUTH_CONTEXT_REF(auth_context, "server_auth_filter"); chand->creds = grpc_server_credentials_ref(creds); - chand->mdctx = args->metadata_context; } /* Destructor for channel data */ -- cgit v1.2.3