diff options
author | Craig Tiller <ctiller@google.com> | 2017-04-18 19:40:02 +0000 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-04-18 19:40:02 +0000 |
commit | 07a138c2b3c96fce06e7b06882249d95c1a02525 (patch) | |
tree | 27b311fb0fb911449056f47b5855d3f6d2751073 /src/core/lib/channel/context.h | |
parent | e3a69338c38fc63a8a7e3d0e61802b9dff13439b (diff) | |
parent | 68f6a6732771e0265bb656d189de4b76d8268033 (diff) |
Merge github.com:grpc/grpc into epex4
Diffstat (limited to 'src/core/lib/channel/context.h')
-rw-r--r-- | src/core/lib/channel/context.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/lib/channel/context.h b/src/core/lib/channel/context.h index 2c1174ce7a..6c931ad28a 100644 --- a/src/core/lib/channel/context.h +++ b/src/core/lib/channel/context.h @@ -50,9 +50,6 @@ typedef enum { /// Reserved for traffic_class_context. GRPC_CONTEXT_TRAFFIC, - /// Costs for Load Reporting. - GRPC_CONTEXT_LR_COST, - GRPC_CONTEXT_COUNT } grpc_context_index; |