On 10/9/25 20: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é <[email protected]> --- include/monitor/monitor.h | 3 --- monitor/monitor.c | 24 ------------------------ stubs/error-printf.c | 5 ----- 3 files changed, 32 deletions(-)
:) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
