marcandre.lur...@redhat.com writes: > From: Marc-André Lureau <marcandre.lur...@redhat.com> > > Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> > --- > stubs/error-printf.c | 5 ----- > 1 file changed, 5 deletions(-) > > diff --git a/stubs/error-printf.c b/stubs/error-printf.c > index 0e326d801059..1afa0f62ca26 100644 > --- a/stubs/error-printf.c > +++ b/stubs/error-printf.c > @@ -16,8 +16,3 @@ int error_vprintf(const char *fmt, va_list ap) > } > return vfprintf(stderr, fmt, ap); > } > - > -int error_vprintf_unless_qmp(const char *fmt, va_list ap) > -{ > - return error_vprintf(fmt, ap); > -}
Easy enough to add back should we ever need it. Reviewed-by: Markus Armbruster <arm...@redhat.com>