Skip to content

Commit b474e15

Browse files
committed
cleanup
1 parent b313275 commit b474e15

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

google/cloud/bigtable/examples/table_admin_snippets.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -644,9 +644,6 @@ void WaitForConsistencyCheck(
644644
throw std::move(consistency_token).status();
645645
}
646646
auto token = consistency_token->consistency_token();
647-
// auto consistency_future =
648-
// cbta::WaitForConsistency(connection, table_name, token);
649-
650647
google::bigtable::admin::v2::CheckConsistencyRequest wait_request;
651648
wait_request.set_name(table_name);
652649
wait_request.set_consistency_token(token);

0 commit comments

Comments
 (0)