Eliminated 'has backing field' metadata protobuf extension field.

We have IR for this information.
This commit is contained in:
Alexander Gorshenev
2019-07-23 20:01:24 +03:00
committed by alexander-gorshenev
parent fbee94bfb6
commit c1a84aa8a6
4 changed files with 0 additions and 15 deletions
@@ -44,7 +44,6 @@ extend Property {
repeated Annotation property_annotation = 170;
repeated Annotation property_getter_annotation = 177;
repeated Annotation property_setter_annotation = 178;
optional bool has_backing_field = 171;
optional Annotation.Argument.Value compile_time_value = 173;
optional int32 property_file = 176;
optional DescriptorUniqId property_uniq_id = 179;