aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xg_private.c
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-04-13 11:09:58 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-04-13 11:09:58 +0100
commit8f1d9b46961a8e3a9084b4e2a9936bf56b97128c (patch)
tree123140d24729796b579fb8c9a6a96b34b8c92b7e /tools/libxc/xg_private.c
parent49eea4f3c3cf82471fdda05b731ece52e0187110 (diff)
downloadxen-8f1d9b46961a8e3a9084b4e2a9936bf56b97128c.tar.gz
xen-8f1d9b46961a8e3a9084b4e2a9936bf56b97128c.tar.bz2
xen-8f1d9b46961a8e3a9084b4e2a9936bf56b97128c.zip
libxenguest: Remove bogus weak definitions of xc_{set,get}_hvm_param().
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'tools/libxc/xg_private.c')
-rw-r--r--tools/libxc/xg_private.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/libxc/xg_private.c b/tools/libxc/xg_private.c
index e3e0658842..37bc587477 100644
--- a/tools/libxc/xg_private.c
+++ b/tools/libxc/xg_private.c
@@ -198,18 +198,6 @@ __attribute__((weak))
return -1;
}
-__attribute__((weak)) int xc_get_hvm_param(
- int handle, domid_t dom, int param, unsigned long *value)
-{
- return -ENOSYS;
-}
-
-__attribute__((weak)) int xc_set_hvm_param(
- int handle, domid_t dom, int param, unsigned long value)
-{
- return -ENOSYS;
-}
-
/*
* Local variables:
* mode: C