qapi: Drop unused c_null()
commit861877a0dd0a8e1bdbcc9743530f4dc9745a736a
authorEric Blake <eblake@redhat.com>
Thu, 17 Mar 2016 22:48:36 +0000 (17 16:48 -0600)
committerMarkus Armbruster <armbru@redhat.com>
Fri, 18 Mar 2016 09:29:26 +0000 (18 10:29 +0100)
tree697b33cf1fdb22b953b1350761360ca945b1c2f2
parent12f254fd5f98717d17f079c73500123303b232da
qapi: Drop unused c_null()

Now that we are always bulk-initializing a QAPI C struct to 0
(whether by g_malloc0() or by 'Type arg = {0};'), we no longer
have any clients of c_null() in the generator for per-element
initialization.  This patch is easy enough to revert if we find
a use in the future, but in the present, get rid of the dead code.

Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <1458254921-17042-12-git-send-email-eblake@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
scripts/qapi.py