qapi: Dealloc visitor does not need a type_size()
commit4894b00b27926223bafc8cc993ab7b8ebe160bc0
authorEric Blake <eblake@redhat.com>
Fri, 29 Jan 2016 13:48:40 +0000 (29 06:48 -0700)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 8 Feb 2016 16:29:54 +0000 (8 17:29 +0100)
tree6bdda25cbba26840d9de8f118dd1e5b22b850ed5
parent77577cb8d6ec9d787e22c5e4ab17ee85fa3f753d
qapi: Dealloc visitor does not need a type_size()

The intent of having the visitor type_size() callback differ
from type_uint64() is to allow special handling for sizes; the
visitor core gracefully falls back to type_uint64() if there is
no need for the distinction.  Since the dealloc visitor does
nothing for any of the int visits, drop the pointless size
handler.

Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <1454075341-13658-5-git-send-email-eblake@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
qapi/qapi-dealloc-visitor.c