# HG changeset patch
# User Ian Campbell <ian.campbell@citrix.com>
# Date 1338988494 -3600
# Node ID bda11a77fad7c42a58cd2b5eefce50a39e97964b
# Parent 76d9122d2740b9d9fe9c50497110bd6ccaad9fa3
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 <ian.campbell@citrix.com>
diff -r 76d9122d2740 -r bda11a77fad7 tools/libxl/libxl_internal.h
--- a/tools/libxl/libxl_internal.h Wed Jun 06 14:13:16 2012 +0100
+++ b/tools/libxl/libxl_internal.h Wed Jun 06 14:14:54 2012 +0100
@@ -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 */