qapi: Remove unused Visitor callbacks start_handle(), end_handle()
authorMarkus Armbruster <armbru@redhat.com>
Wed, 7 May 2014 07:53:45 +0000 (09:53 +0200)
committerLuiz Capitulino <lcapitulino@redhat.com>
Thu, 15 May 2014 18:00:45 +0000 (14:00 -0400)
commitcbc95538eda98929d2c5c8ff0d9db9043fcf1ae6
tree763f19d1ab08d828ca04a182c3a4067fda27d80c
parentf9bee751be1292c9433a95d835474dc38a134a95
qapi: Remove unused Visitor callbacks start_handle(), end_handle()

These have never been called or implemented by anything, and their
intended use is undocumented, like all of the visitor API.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
include/qapi/visitor-impl.h
qapi/qapi-visit-core.c