From: Ian Campbell Date: Thu, 7 Jun 2012 17:34:25 +0000 (+0100) Subject: libxl: remove libxl__error_set prototype X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~8340 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=dc8afb6c3213f74a9d103747f4ea0daa2b98c332;p=xen.git libxl: remove libxl__error_set prototype The implementation went away in 25181:26f72d923cb9 "libxl: Crash (more sensibly) on malloc failure". Signed-off-by: Ian Campbell Acked-by: Ian Jackson Committed-by: Ian Jackson --- diff --git a/tools/libxl/libxl_internal.h b/tools/libxl/libxl_internal.h index fcb5d99f39..fa4c08ff87 100644 --- a/tools/libxl/libxl_internal.h +++ b/tools/libxl/libxl_internal.h @@ -1313,8 +1313,6 @@ struct libxl__xen_console_reader { unsigned int index; }; -_hidden int libxl__error_set(libxl__gc *gc, int code); - /* parse the string @s as a sequence of 6 colon separated bytes in to @mac */ _hidden int libxl__parse_mac(const char *s, libxl_mac mac); /* compare mac address @a and @b. 0 if the same, -ve if ab */