diff options
author | Julien Boeuf <jboeuf@google.com> | 2015-08-05 20:16:01 -0700 |
---|---|---|
committer | Julien Boeuf <jboeuf@google.com> | 2015-08-05 20:16:01 -0700 |
commit | 7c8d255527cbec8b261300296d61361ce94e9d18 (patch) | |
tree | 4e4b8cf51d5e3de342988b0d5046dcb76bfb8437 /src/core/security | |
parent | 77a7b870c3e4259cc8f5cffc2b59876b42c0624a (diff) |
Cleanup.
Diffstat (limited to 'src/core/security')
-rw-r--r-- | src/core/security/security_context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/security/security_context.h b/src/core/security/security_context.h index 3ad57cadea..7fcd438cf6 100644 --- a/src/core/security/security_context.h +++ b/src/core/security/security_context.h @@ -78,8 +78,6 @@ grpc_auth_context *grpc_auth_context_ref(grpc_auth_context *policy); void grpc_auth_context_unref(grpc_auth_context *policy); #endif -/* Get the pollset. */ - void grpc_auth_property_reset(grpc_auth_property *property); /* --- grpc_client_security_context --- |