Closed copybara-service[bot] closed 3 years ago
Remove unnecessary map-descriptor slot, map-name
Protobuf maps do not have names; they're always just literals of the form map<t1,t2>. The map-name field was a misnomer; it was actually the name of the field with which the map type was associated. (And it was unused.)
Remove unnecessary map-descriptor slot, map-name
Protobuf maps do not have names; they're always just literals of the form map<t1,t2>. The map-name field was a misnomer; it was actually the name of the field with which the map type was associated. (And it was unused.)