On 9/10/25 18:03, Daniel P. Berrangé wrote:
These functions only had one caller which was easily converted to the normal error_printf() function. Remove them as they don't add sufficient value.Signed-off-by: Daniel P. Berrangé<berra...@redhat.com> --- include/monitor/monitor.h | 3 --- monitor/monitor.c | 24 ------------------------ stubs/error-printf.c | 5 ----- 3 files changed, 32 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~