mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
qapi: drop the sentinel in enum array
Now that all usages have been converted to user lookup helpers. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20170822132255.23945-14-marcandre.lureau@redhat.com> [Rebased, superfluous local variable dropped, missing check-qom-proplist.c update added] Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <1503564371-26090-17-git-send-email-armbru@redhat.com>
This commit is contained in:
parent
f7abe0ecd4
commit
ebf677c849
3 changed files with 1 additions and 5 deletions
|
@ -51,7 +51,6 @@ const QEnumLookup dummy_animal_map = {
|
|||
[DUMMY_FROG] = "frog",
|
||||
[DUMMY_ALLIGATOR] = "alligator",
|
||||
[DUMMY_PLATYPUS] = "platypus",
|
||||
[DUMMY_LAST] = NULL,
|
||||
},
|
||||
.size = DUMMY_LAST
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue