aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Makarand Dharmapurikar <makarandd@google.com>2016-04-29 13:36:32 -0700
committerGravatar Makarand Dharmapurikar <makarandd@google.com>2016-05-01 15:08:46 -0700
commit808131932e8ef8b9ec239256407f6e2e0f270948 (patch)
treeb53d6277a964002ce633b7215a0fcadcbecdb746 /include
parentbe5186a79dee5ca96254b6d38fa2401522987f63 (diff)
reverting stuff
Diffstat (limited to 'include')
-rw-r--r--include/grpc/grpc_security.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/grpc/grpc_security.h b/include/grpc/grpc_security.h
index 150ad05a27..79199cc5d6 100644
--- a/include/grpc/grpc_security.h
+++ b/include/grpc/grpc_security.h
@@ -299,10 +299,6 @@ GRPCAPI grpc_channel *grpc_secure_channel_create(
grpc_channel_credentials *creds, const char *target,
const grpc_channel_args *args, void *reserved);
-GRPCAPI grpc_channel *grpc_custom_secure_channel_create(
- void *engine, const char *target, const grpc_channel_args *args,
- void *reserved);
-
/* --- grpc_server_credentials object. ---
A server credentials object represents a way to authenticate a server. */