aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_private.c
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2010-12-14 18:59:44 +0000
committerIan Campbell <ian.campbell@citrix.com>2010-12-14 18:59:44 +0000
commit78bae44397633621fcf32d191f9e83692c216115 (patch)
tree929be8ff47bb1519be041f9b509b881cd91a43e2 /tools/libxc/xc_private.c
parente7da200f3d65af72c3dd6b0dd507e55878197f1a (diff)
downloadxen-78bae44397633621fcf32d191f9e83692c216115.tar.gz
xen-78bae44397633621fcf32d191f9e83692c216115.tar.bz2
xen-78bae44397633621fcf32d191f9e83692c216115.zip
libxc: remove comment obsoleted by addition of hypercall bounce buffer.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/libxc/xc_private.c')
-rw-r--r--tools/libxc/xc_private.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/libxc/xc_private.c b/tools/libxc/xc_private.c
index 2883c19a1c..3b83a8aa5f 100644
--- a/tools/libxc/xc_private.c
+++ b/tools/libxc/xc_private.c
@@ -186,7 +186,6 @@ void xc_report_progress_step(xc_interface *xch,
done, total);
}
-/* NB: arr must be locked */
int xc_get_pfn_type_batch(xc_interface *xch, uint32_t dom,
unsigned int num, xen_pfn_t *arr)
{