We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a0cc5 commit 7d87eb6Copy full SHA for 7d87eb6
generator/standalone_main.cc
@@ -196,10 +196,6 @@ google::cloud::Status GenerateProtosForRestProducts(
196
google::protobuf::RepeatedPtrField<
197
google::cloud::cpp::generator::DiscoveryDocumentDefinedProduct> const&
198
rest_products) {
199
- google::protobuf::RepeatedPtrField<
200
- google::cloud::cpp::generator::ServiceConfiguration>
201
- services;
202
-
203
for (auto const& p : rest_products) {
204
auto doc = google::cloud::generator_internal::GetDiscoveryDoc(
205
p.discovery_document_url());
0 commit comments