diff options
author | Max Reitz <mreitz@redhat.com> | 2018-02-24 16:40:30 +0100 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2018-03-19 14:58:36 -0500 |
commit | cb51b976babf7ee16dc5eda4f2189d65b8b700a3 (patch) | |
tree | a0748ed1a0b185844477c33fc280847f2b2bf4b5 /include/qapi/qmp/qstring.h | |
parent | 7dc847ebba953db90853d15f140c20eef74d4fb2 (diff) | |
download | qemu-cb51b976babf7ee16dc5eda4f2189d65b8b700a3.zip qemu-cb51b976babf7ee16dc5eda4f2189d65b8b700a3.tar.gz qemu-cb51b976babf7ee16dc5eda4f2189d65b8b700a3.tar.bz2 |
qapi: Remove qobject_to_X() functions
They are no longer needed now.
Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
Message-Id: <20180224154033.29559-5-mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'include/qapi/qmp/qstring.h')
-rw-r--r-- | include/qapi/qmp/qstring.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/qapi/qmp/qstring.h b/include/qapi/qmp/qstring.h index 98070ef..b72843f 100644 --- a/include/qapi/qmp/qstring.h +++ b/include/qapi/qmp/qstring.h @@ -30,7 +30,6 @@ const char *qstring_get_str(const QString *qstring); void qstring_append_int(QString *qstring, int64_t value); void qstring_append(QString *qstring, const char *str); void qstring_append_chr(QString *qstring, int c); -QString *qobject_to_qstring(const QObject *obj); bool qstring_is_equal(const QObject *x, const QObject *y); void qstring_destroy_obj(QObject *obj); |