Skip to content

Commit

Permalink
Fix compilation failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
kylepl committed Jun 23, 2023
1 parent 6245fcd commit 4a5e770
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exporters/otlp/src/otlp_grpc_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ std::shared_ptr<grpc::Channel> OtlpGrpcClient::MakeChannel(const OtlpGrpcExporte
options.ssl_client_cert_path,
options.ssl_client_cert_string);
#endif
};
channel =
grpc::CreateCustomChannel(grpc_target, grpc::SslCredentials(ssl_opts), grpc_arguments);
}
Expand Down

0 comments on commit 4a5e770

Please sign in to comment.