mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-03-23 05:25:11 +00:00
qapi: Remove dead visitor code
Commit cbc95538 removed unused start_handle() and end_handle(), but forgot to remove their declarations. Backports commit 7549457200ec3871ee827765f4d3bbc8d903b2ec from qemu
This commit is contained in:
parent
bacaf613b1
commit
a5cbe099d7
|
@ -27,9 +27,6 @@ typedef struct GenericList
|
|||
struct GenericList *next;
|
||||
} GenericList;
|
||||
|
||||
void visit_start_handle(Visitor *v, void **obj, const char *kind,
|
||||
const char *name, Error **errp);
|
||||
void visit_end_handle(Visitor *v, Error **errp);
|
||||
void visit_start_struct(Visitor *v, void **obj, const char *kind,
|
||||
const char *name, size_t size, Error **errp);
|
||||
void visit_end_struct(Visitor *v, Error **errp);
|
||||
|
|
Loading…
Reference in a new issue