Re: [Qemu-devel] [PATCH 13/13] error: error_is_set() is finally unused; remove

2014-05-05 Thread Eric Blake
On 05/02/2014 06:44 AM, Markus Armbruster wrote: > Signed-off-by: Markus Armbruster > --- > include/qapi/error.h | 6 -- > util/error.c | 5 - > 2 files changed, 11 deletions(-) Of course, depends on several in-flight series. But assuming that all works out, Reviewed-by: Eric B

[Qemu-devel] [PATCH 13/13] error: error_is_set() is finally unused; remove

2014-05-02 Thread Markus Armbruster
Signed-off-by: Markus Armbruster --- include/qapi/error.h | 6 -- util/error.c | 5 - 2 files changed, 11 deletions(-) diff --git a/include/qapi/error.h b/include/qapi/error.h index 7995801..d712089 100644 --- a/include/qapi/error.h +++ b/include/qapi/error.h @@ -67,12 +67,6 @@