aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_evtchn.c
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-08-14 16:39:35 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-08-14 16:39:35 +0100
commitb76fbc3cc536febb6e3683bb99e886f9687d7c35 (patch)
treedb39db162a50e578f83389102359026caafe6730 /tools/libxc/xc_evtchn.c
parent4d6a4b8c4d029aa7fb179b31c219cefdb527ec1c (diff)
downloadxen-b76fbc3cc536febb6e3683bb99e886f9687d7c35.tar.gz
xen-b76fbc3cc536febb6e3683bb99e886f9687d7c35.tar.bz2
xen-b76fbc3cc536febb6e3683bb99e886f9687d7c35.zip
[LIBXC] Remove unused xc_evtchn_status().
Signed-off-by: John Levon <john.levon@sun.com>
Diffstat (limited to 'tools/libxc/xc_evtchn.c')
-rw-r--r--tools/libxc/xc_evtchn.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/libxc/xc_evtchn.c b/tools/libxc/xc_evtchn.c
index e43d210faf..8192a73c4b 100644
--- a/tools/libxc/xc_evtchn.c
+++ b/tools/libxc/xc_evtchn.c
@@ -49,14 +49,3 @@ int xc_evtchn_alloc_unbound(int xc_handle,
return rc;
}
-
-
-int xc_evtchn_status(int xc_handle,
- uint32_t dom,
- evtchn_port_t port,
- xc_evtchn_status_t *status)
-{
- status->dom = (domid_t)dom;
- status->port = port;
- return do_evtchn_op(xc_handle, EVTCHNOP_status, status, sizeof(*status));
-}