mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-11 03:24:58 -06:00
util/log: Drop return value from qemu_log
The only user of this feature, tcg_dump_ops, has been converted to use fprintf directly. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20220417183019.755276-18-richard.henderson@linaro.org>
This commit is contained in:
parent
095e9855b7
commit
3c06a41746
2 changed files with 3 additions and 12 deletions
|
@ -30,6 +30,6 @@ static inline bool qemu_loglevel_mask(int mask)
|
|||
}
|
||||
|
||||
/* main logging function */
|
||||
int G_GNUC_PRINTF(1, 2) qemu_log(const char *fmt, ...);
|
||||
void G_GNUC_PRINTF(1, 2) qemu_log(const char *fmt, ...);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue