mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
Revert "qstring: add qstring_free()"
This reverts commit 164c374b75
.
A free function for a reference-counted object is in bad taste.
Fortunately, this one is now also unused. Drop it.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20201211171152.146877-7-armbru@redhat.com>
This commit is contained in:
parent
eab3a4678b
commit
88e25b1e6d
2 changed files with 5 additions and 23 deletions
|
@ -34,7 +34,6 @@ 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);
|
||||
bool qstring_is_equal(const QObject *x, const QObject *y);
|
||||
char *qstring_free(QString *qstring, bool return_str);
|
||||
void qstring_destroy_obj(QObject *obj);
|
||||
|
||||
#endif /* QSTRING_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue