Skip to content

Commit 08930aa

Browse files
committed
chore: remove unused var
1 parent ed28034 commit 08930aa

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
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
@@ -228,7 +228,6 @@ void MakeResponse(google::bigtable::v2::PartialResultSet& response,
228228
for (auto const& v : values) {
229229
google::bigtable::v2::Value value;
230230
value.set_string_value(v);
231-
google::bigtable::v2::Type type;
232231
*(*value.mutable_type()).mutable_string_type() =
233232
std::move(google::bigtable::v2::Type_String{});
234233
*proto_rows.add_values() = value;

google/cloud/bigtable/internal/partial_result_set_resume_test.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ void MakeResponse(google::bigtable::v2::PartialResultSet& response,
8181
for (auto const& v : values) {
8282
google::bigtable::v2::Value value;
8383
value.set_string_value(v);
84-
google::bigtable::v2::Type type;
8584
*(*value.mutable_type()).mutable_string_type() =
8685
std::move(google::bigtable::v2::Type_String{});
8786
*proto_rows.add_values() = value;

0 commit comments

Comments
 (0)