Skip to content

Commit 9a44c9c

Browse files
committed
remove unused variable
1 parent 7927039 commit 9a44c9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

google/cloud/bigtable/internal/data_connection_impl_test.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3073,7 +3073,6 @@ TEST_F(DataConnectionTest, ExecuteQueryFailure) {
30733073
bigtable::SqlStatement statement("SELECT key, val FROM t");
30743074
bigtable::InstanceResource instance(p, "test-instance");
30753075
std::unordered_map<std::string, bigtable::Value> parameters;
3076-
v2::PrepareQueryResponse response;
30773076
bigtable::PreparedQuery pq(instance, statement, std::move(query_plan));
30783077
auto bq = pq.BindParameters(parameters);
30793078

0 commit comments

Comments
 (0)