api: remove unused singular option 48/30348/2
authorOle Troan <ot@cisco.com>
Tue, 8 Dec 2020 19:35:32 +0000 (20:35 +0100)
committerPaul Vinciguerra <pvinci@vinciconsulting.com>
Thu, 10 Dec 2020 17:23:37 +0000 (17:23 +0000)
commit791c2061aedce4e7229be5bad6acee0a6e91e1a9
tree6d51adf396f3186121a76e53de7fe05b5a403e16
parentb71653e9a82d21169a7b3ee770dd2c2e86eba80e
api: remove unused singular option

The singular option to the API language was added as a way to deal with messages
that do not have a reply message. Examples in memclnt.api.
Instead dealt with these messages using the service {} construct.

Type: refactor
Signed-off-by: Ole Troan <ot@cisco.com>
Change-Id: If01b390b24b7539d1f93de4b8edfe1dad08e509d
src/tools/vppapigen/vppapigen.py