diff options
| author | Peter Crosthwaite | 2014-01-02 03:49:52 +0100 |
|---|---|---|
| committer | Luiz Capitulino | 2014-01-06 21:02:30 +0100 |
| commit | 594278718323ca7bffaab0fb7fc6c82fa2c1cd5f (patch) | |
| tree | c352e338315f47316bdac4f6e0993e3be40cf92d /include/qapi | |
| parent | qemu-option: Remove qemu_opts_create_nofail (diff) | |
| download | qemu-594278718323ca7bffaab0fb7fc6c82fa2c1cd5f.tar.gz qemu-594278718323ca7bffaab0fb7fc6c82fa2c1cd5f.tar.xz qemu-594278718323ca7bffaab0fb7fc6c82fa2c1cd5f.zip | |
qerror: Remove assert_no_error()
This is no longer needed, and is obsoleted by error_abort. Remove.
Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'include/qapi')
| -rw-r--r-- | include/qapi/qmp/qerror.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/qapi/qmp/qerror.h b/include/qapi/qmp/qerror.h index c30c2f6d7a..73c67b70c2 100644 --- a/include/qapi/qmp/qerror.h +++ b/include/qapi/qmp/qerror.h @@ -29,7 +29,6 @@ typedef struct QError { QString *qerror_human(const QError *qerror); void qerror_report(ErrorClass err_class, const char *fmt, ...) GCC_FMT_ATTR(2, 3); void qerror_report_err(Error *err); -void assert_no_error(Error *err); /* * QError class list |
