Deprecate EnumVal.object (#6612)

Co-authored-by: Casper Neo <cneo@google.com>
This commit is contained in:
Casper
2021-05-13 17:57:36 -04:00
committed by GitHub
parent c121c03456
commit 04b10f5a3a
7 changed files with 73 additions and 91 deletions

View File

@@ -3752,7 +3752,6 @@ Offset<reflection::EnumVal> EnumVal::Serialize(FlatBufferBuilder *builder,
: 0;
return reflection::CreateEnumVal(
*builder, name__, value,
union_type.struct_def ? union_type.struct_def->serialized_location : 0,
type__, docs__);
}