From 78c0c2012b3b3f7d6ce7f2f9a7d6eb9f0a365e75 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Fri, 31 May 2024 08:53:46 -0700 Subject: [PATCH] [context] Move Google context to arena based contexts (#36777) Closes #36777 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36777 from ctiller:ctx3 197c74753b6dd8452fc60764733923abba1942c8 PiperOrigin-RevId: 639049684 --- src/core/lib/channel/context.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/core/lib/channel/context.h b/src/core/lib/channel/context.h index c9829eb1c19..66845022513 100644 --- a/src/core/lib/channel/context.h +++ b/src/core/lib/channel/context.h @@ -59,9 +59,6 @@ typedef enum { /// the server. GRPC_CONTEXT_BACKEND_METRIC_PROVIDER, - /// Special Google context - GRPC_CONTEXT_GOOGLE, - GRPC_CONTEXT_COUNT } grpc_context_index;