aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_internal.h
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2012-06-07 18:34:25 +0100
committerIan Campbell <ian.campbell@citrix.com>2012-06-07 18:34:25 +0100
commitdc8afb6c3213f74a9d103747f4ea0daa2b98c332 (patch)
treeda994364d79d2933993301a2e7814027e38409b0 /tools/libxl/libxl_internal.h
parent1d00c73b983b09fbee4d9dc0f58f6663c361c345 (diff)
downloadxen-dc8afb6c3213f74a9d103747f4ea0daa2b98c332.tar.gz
xen-dc8afb6c3213f74a9d103747f4ea0daa2b98c332.tar.bz2
xen-dc8afb6c3213f74a9d103747f4ea0daa2b98c332.zip
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> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/libxl/libxl_internal.h')
-rw-r--r--tools/libxl/libxl_internal.h2
1 files changed, 0 insertions, 2 deletions
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 a<b and +ve if a>b */