]> xenbits.xensource.com Git - people/vhanquez/xen-unstable.git/commitdiff
libxl: remove libxl__error_set prototype
authorIan Campbell <ian.campbell@citrix.com>
Thu, 7 Jun 2012 17:34:25 +0000 (18:34 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 7 Jun 2012 17:34:25 +0000 (18:34 +0100)
The implementation went away in 25181:26f72d923cb9 "libxl: Crash (more
sensibly) on malloc failure".

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl_internal.h

index fcb5d99f3918293f8c01df44610fe37ce92904ea..fa4c08ff87e29827bdab7483c1ebd796499cc2b1 100644 (file)
@@ -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 a<b and +ve if a>b */