Skip to content

Commit 5fbd687

Browse files
committed
remove unused test function
1 parent 7dc056c commit 5fbd687

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

google/cloud/bigtable/internal/data_connection_impl_test.cc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,6 @@ Status PermanentError() {
9696
return Status(StatusCode::kPermissionDenied, "fail");
9797
}
9898

99-
Status QueryPlanError() {
100-
return Status(StatusCode::kFailedPrecondition,
101-
"oops! PREPARED_QUERY_EXPIRED");
102-
}
103-
10499
bigtable::SingleRowMutation IdempotentMutation(std::string const& row_key) {
105100
return bigtable::SingleRowMutation(
106101
row_key, {bigtable::SetCell("fam", "col", ms(0), "val")});

0 commit comments

Comments
 (0)