mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-03 04:21:13 +00:00
Deprecate EnumVal.object (#6612)
Co-authored-by: Casper Neo <cneo@google.com>
This commit is contained in:
@@ -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__);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user