qitab / cl-protobufs

Common Lisp protocol buffer implementation.
MIT License
82 stars 17 forks source link

Remove print-repeated-field #330

Closed copybara-service[bot] closed 3 years ago

copybara-service[bot] commented 3 years ago

Remove print-repeated-field

Aside from being able to print maps, print-repeated-field and print-non-repeated-field are the same function. A proto message can't have repeated map fields, so thats okay. Remove the call to print-repeated-field and call print-non-repeated-field (now print-field).