aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/common/channel_filter.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-03 08:21:40 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-03 08:21:40 -0700
commitf854f2a7b0fc51d88334f59c176f4e8772d4da30 (patch)
tree810b7439fb54bae0b0b4079be5b28847353f6728 /src/cpp/common/channel_filter.h
parenta0f3abd92502e1bed89b28e9fc03e70a12a7cfb5 (diff)
parentc4f46018096a85f239ace283563ad5c192a6c433 (diff)
Merge github.com:grpc/grpc into new_transport_op
Diffstat (limited to 'src/cpp/common/channel_filter.h')
-rw-r--r--src/cpp/common/channel_filter.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/cpp/common/channel_filter.h b/src/cpp/common/channel_filter.h
index 932a9298ba..726e5abf8d 100644
--- a/src/cpp/common/channel_filter.h
+++ b/src/cpp/common/channel_filter.h
@@ -42,7 +42,6 @@
#include <vector>
#include "src/core/lib/channel/channel_stack.h"
-#include "src/core/lib/security/context/security_context.h"
#include "src/core/lib/surface/channel_init.h"
#include "src/core/lib/transport/metadata_batch.h"
@@ -209,18 +208,6 @@ class TransportStreamOp {
op_->payload->send_message.send_message = send_message;
}
- /// To be called only on clients and servers, respectively.
- grpc_client_security_context *client_security_context() const {
- return (grpc_client_security_context *)op_->payload
- ->context[GRPC_CONTEXT_SECURITY]
- .value;
- }
- grpc_server_security_context *server_security_context() const {
- return (grpc_server_security_context *)op_->payload
- ->context[GRPC_CONTEXT_SECURITY]
- .value;
- }
-
census_context *get_census_context() const {
return (census_context *)op_->payload->context[GRPC_CONTEXT_TRACING].value;
}