From 7c8d255527cbec8b261300296d61361ce94e9d18 Mon Sep 17 00:00:00 2001 From: Julien Boeuf Date: Wed, 5 Aug 2015 20:16:01 -0700 Subject: [PATCH] Cleanup. --- src/core/security/security_context.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/security/security_context.h b/src/core/security/security_context.h index 3ad57cadea6..7fcd438cf6f 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 ---