qapi: Clean up superfluous null check in qapi_dealloc_type_str()
commit25a7017555f1b4aeb543b5d323ff4afb8f9c5437
authorMarkus Armbruster <armbru@redhat.com>
Sat, 1 Mar 2014 07:40:38 +0000 (1 08:40 +0100)
committerLuiz Capitulino <lcapitulino@redhat.com>
Mon, 3 Mar 2014 16:17:45 +0000 (3 11:17 -0500)
tree93e6343ec185840c65806c7ead2dca83d5e170f0
parent949ceeb31b84dce43e4619b6d7f02cac0e62e1e1
qapi: Clean up superfluous null check in qapi_dealloc_type_str()

Argument can't be null.  No other Visitor method type_str() checks for
null.

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