Skip to content

Commit 032f305

Browse files
committed
removed obsolete comment substitution
1 parent 3e81e18 commit 032f305

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

generator/internal/descriptor_utils.cc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -223,12 +223,6 @@ auto constexpr kLoggingConfigClientCpp2 =
223223
"folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]")""";
224224

225225
ParameterCommentSubstitution substitutions[] = {
226-
// Unescaped elements in bigtable/admin/v2.
227-
{" projects/<project>/instances/<instance>/"
228-
"tables/<table>/authorizedViews/<authorized_view>",
229-
" `projects/<project>/instances/<instance>/"
230-
"tables/<table>/authorizedViews/<authorized_view>`"},
231-
232226
// There a number of comments (almost all from DialogFlow) that
233227
// - use single code quotes
234228
// - are broken up over multiple lines

0 commit comments

Comments
 (0)