aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel/handshaker_registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/channel/handshaker_registry.h')
-rw-r--r--src/core/lib/channel/handshaker_registry.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/lib/channel/handshaker_registry.h b/src/core/lib/channel/handshaker_registry.h
index 5c503ec883..a3b2ac1dc7 100644
--- a/src/core/lib/channel/handshaker_registry.h
+++ b/src/core/lib/channel/handshaker_registry.h
@@ -24,8 +24,6 @@
#include "src/core/lib/channel/handshaker_factory.h"
#include "src/core/lib/iomgr/exec_ctx.h"
-
-
typedef enum {
HANDSHAKER_CLIENT = 0,
HANDSHAKER_SERVER,
@@ -47,6 +45,4 @@ void grpc_handshakers_add(grpc_exec_ctx* exec_ctx,
const grpc_channel_args* args,
grpc_handshake_manager* handshake_mgr);
-
-
#endif /* GRPC_CORE_LIB_CHANNEL_HANDSHAKER_REGISTRY_H */