Decompressors: get rid of set_error_fn() macro
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 11 Nov 2011 13:29:21 +0000 (14:29 +0100)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 11 Nov 2011 13:29:21 +0000 (14:29 +0100)
commit8901ea9184c3c02232f9c33a6daeeeed827c645e
treea9348e56d0c52868a8f80a4d9691ba119bbd15ac
parent3d4e3e903e3b4bbfdab4924a71bdab28fb62f84f
Decompressors: get rid of set_error_fn() macro

From: Lasse Collin <lasse.collin@tukaani.org>

set_error_fn() is a useless complication. Only unlzma.c had some use
for it and that was easy to change too.

This also gets rid of the static function pointer "error".

Signed-off-by: Lasse Collin <lasse.collin@tukaani.org>
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
Committed-by: Jan Beulich <jbeulich@suse.com>
xen/common/bunzip2.c
xen/common/decompress.h
xen/common/unlzma.c
xen/common/unlzo.c
xen/common/unxz.c