]> git.proxmox.com Git - qemu.git/commit
qerror: drop qerror_abort()
authorLuiz Capitulino <lcapitulino@redhat.com>
Fri, 20 Jul 2012 13:35:18 +0000 (10:35 -0300)
committerLuiz Capitulino <lcapitulino@redhat.com>
Mon, 13 Aug 2012 16:19:39 +0000 (13:19 -0300)
commitfbe0a831f68348d228acd9a4ec8a25582396282a
treeb43dabe24f65e9b196b9a9091b7642e211a1acd5
parent2a74440547ea0a15195224fa2b7784b267cbfe15
qerror: drop qerror_abort()

qerror_abort() depends on the 'file', 'func' and 'linenr' members of
QError. However, these members are going to be dropped by the next
commit, so let's drop qerror_abort() in favor of printing an error
message to stderr plus a call to abort().

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
qerror.c