Skip to content

Commit 2ceb869

Browse files
committed
remove unused this capture
1 parent 2623aed commit 2ceb869

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/cloud/bigtable/internal/data_connection_impl.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ future<StatusOr<bigtable::PreparedQuery>> DataConnectionImpl::AsyncPrepareQuery(
879879
return google::cloud::internal::AsyncRetryLoop(
880880
std::move(retry), std::move(backoff), Idempotency::kIdempotent,
881881
background_->cq(),
882-
[this, stub, instance_name, operation_context](
882+
[stub, instance_name, operation_context](
883883
CompletionQueue& cq,
884884
std::shared_ptr<grpc::ClientContext> context,
885885
google::cloud::internal::ImmutableOptions options,

0 commit comments

Comments
 (0)