Skip to content

Commit 27bc993

Browse files
committed
Delete a line
1 parent 39b900c commit 27bc993

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Firestore/core/src/model/value_util.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,6 @@ Message<google_firestore_v1_Value> MaxValue() {
514514
max_value->map_value.fields =
515515
nanopb::MakeArray<google_firestore_v1_MapValue_FieldsEntry>(1);
516516
max_value->map_value.fields[0].key = nanopb::MakeBytesArray("__type__");
517-
google_firestore_v1_Value field;
518517
max_value->map_value.fields[0].value.which_value_type =
519518
google_firestore_v1_Value_string_value_tag;
520519
max_value->map_value.fields[0].value.string_value =

0 commit comments

Comments
 (0)