qitab / cl-protobufs

Common Lisp protocol buffer implementation.
MIT License
84 stars 18 forks source link

Remove unnecessary map-descriptor slot, map-name #285

Closed copybara-service[bot] closed 3 years ago

copybara-service[bot] commented 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.)