Skip to content
Snippets Groups Projects
Commit 1c7bdf5c authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

removed reference to missing grpc_server_add_secure_http2_port

parent 3c65bca2
No related branches found
No related tags found
No related merge requests found
......@@ -322,11 +322,6 @@ grpcsharp_server_add_http2_port(grpc_server *server, const char *addr) {
return grpc_server_add_http2_port(server, addr);
}
GPR_EXPORT int GPR_CALLTYPE
grpcsharp_server_add_secure_http2_port(grpc_server *server, const char *addr) {
return grpc_server_add_secure_http2_port(server, addr);
}
GPR_EXPORT void GPR_CALLTYPE grpcsharp_server_start(grpc_server *server) {
grpc_server_start(server);
}
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment