From 8faac767da9bfa12f1ec2fb6ea15af650d2defad Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Fri, 31 May 2024 09:29:26 -0700 Subject: [PATCH] [context] Move traffic context to arena based context (#36778) Closes #36778 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36778 from ctiller:ctx4 21269c72f1ba0e874bf5f874423419f82385e12a PiperOrigin-RevId: 639059903 --- 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 66845022513..cd3dadf30e2 100644 --- a/src/core/lib/channel/context.h +++ b/src/core/lib/channel/context.h @@ -49,9 +49,6 @@ typedef enum { /// future anyway, so not super important. GRPC_CONTEXT_CALL_TRACER, - /// Reserved for traffic_class_context. - GRPC_CONTEXT_TRAFFIC, - /// Holds a pointer to ServiceConfigCallData associated with this call. GRPC_CONTEXT_SERVICE_CONFIG_CALL_DATA,