Skip to content

Commit b0bec0c

Browse files
committed
remove check:
1 parent 7abc525 commit b0bec0c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

google/cloud/bigtable/internal/data_connection_impl.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -898,9 +898,6 @@ future<StatusOr<bigtable::PreparedQuery>> DataConnectionImpl::AsyncPrepareQuery(
898898
.then([operation_context](auto f) mutable {
899899
StatusOr<google::bigtable::v2::PrepareQueryResponse> response =
900900
f.get();
901-
if (!response.ok()) {
902-
return response;
903-
}
904901
operation_context->OnDone(response.status());
905902
return response;
906903
});

0 commit comments

Comments
 (0)