diff options
author | Eric Blake <eblake@redhat.com> | 2016-03-17 16:48:36 -0600 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2016-03-18 10:29:26 +0100 |
commit | 861877a0dd0a8e1bdbcc9743530f4dc9745a736a (patch) | |
tree | 697b33cf1fdb22b953b1350761360ca945b1c2f2 /net/tap.c | |
parent | 12f254fd5f98717d17f079c73500123303b232da (diff) | |
download | qemu-861877a0dd0a8e1bdbcc9743530f4dc9745a736a.tar.gz qemu-861877a0dd0a8e1bdbcc9743530f4dc9745a736a.tar.bz2 qemu-861877a0dd0a8e1bdbcc9743530f4dc9745a736a.zip |
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>
Diffstat (limited to 'net/tap.c')
0 files changed, 0 insertions, 0 deletions