google-cloud-cpp
google-cloud-cpp copied to clipboard
Cleanup (storage): Remove gRPC version guards from async_throughput_benchmark.cc
MSVC + VCPKG + gRPC (<1.65.4) have some compilation issues (See: https://github.com/grpc/grpc/issues/35297). As a result I added a version guard to async_throughput_benchmark.cc. This should be removed once the version in VCPKG is updated (See: https://github.com/microsoft/vcpkg/pull/39800).