summaryrefslogtreecommitdiffstats
path: root/include/qapi/visitor.h
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2015-11-18 01:52:53 -0700
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:28:19 -0600
commit03c24baa348cb9b54f70aadbb509d8d02376da60 (patch)
tree978611bf5e4c27d02171a4efbbe644b5d408df2a /include/qapi/visitor.h
parente2798684ad14e1c2c40927b882560c6c8f74256f (diff)
downloadhqemu-03c24baa348cb9b54f70aadbb509d8d02376da60.zip
hqemu-03c24baa348cb9b54f70aadbb509d8d02376da60.tar.gz
qapi: Remove dead visitor code
Commit cbc95538 removed unused start_handle() and end_handle(), but forgot to remove their declarations. Signed-off-by: Eric Blake <eblake@redhat.com> Message-Id: <1447836791-369-19-git-send-email-eblake@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'include/qapi/visitor.h')
-rw-r--r--include/qapi/visitor.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/qapi/visitor.h b/include/qapi/visitor.h
index cfc19a6..a2ad66c 100644
--- a/include/qapi/visitor.h
+++ b/include/qapi/visitor.h
@@ -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);
OpenPOWER on IntegriCloud