Skip to content

Commit 29b002e

Browse files
authored
cleanup: scaffold (googleapis#8524)
1 parent 25f6b33 commit 29b002e

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

generator/internal/scaffold_generator.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,6 @@ std::map<std::string, std::string> ScaffoldVars(
140140
[](std::string const& x) { return x.empty(); });
141141
vars["proto_deps"] = absl::StrJoin(deps.begin(), end, "\n ");
142142

143-
vars["cpp_files"] = "# EDIT HERE: add list of C++ files\n";
144-
vars["mock_files"] = "# EDIT HERE: add list of mock headers\n";
145-
146143
return vars;
147144
}
148145

google/cloud/accessapproval/doc/main.dox

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ which should give you a taste of the Access Approval API C++ client library API.
4747
the program's console.
4848

4949
- `GOOGLE_CLOUD_CPP_ENABLE_TRACING=rpc-streams` turns on tracing for streaming
50-
gRPC calls, such as `Client::Read()`, `Client::ExecuteQuery()`, and
51-
`Client::ProfileQuery()`. This can produce a lot of output, so use with
52-
caution!
50+
gRPC calls. This can produce a lot of output, so use with caution!
5351

5452
- `GOOGLE_CLOUD_CPP_TRACING_OPTIONS=...` modifies the behavior of gRPC tracing,
5553
including whether messages will be output on multiple lines, or whether

0 commit comments

Comments
 (0)