From: Richard W.M. Jones Date: Mon, 20 Apr 2015 16:15:12 +0000 (+0100) Subject: xend: Remove a couple of unused function prototypes. X-Git-Tag: v1.2.15-rc1~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=093eea95894f1a2b3a4977e2dc676b53e9896c95;p=thirdparty%2Flibvirt.git xend: Remove a couple of unused function prototypes. Commit 70f446631f142ae92b4d4eb349fcf11408171556 (from 2008) introduced some functions for testing whether xend was returning correct sound models. Those functions have long gone, but the function prototypes remain. This commit removes the unused prototypes. Signed-off-by: Richard W.M. Jones --- diff --git a/src/xen/xend_internal.h b/src/xen/xend_internal.h index 814330d951..9064b4728e 100644 --- a/src/xen/xend_internal.h +++ b/src/xen/xend_internal.h @@ -84,10 +84,6 @@ xenDaemonDomainFetch(virConnectPtr xend, const char *cpus); - int is_sound_model_valid(const char *model); - int is_sound_model_conflict(const char *model, const char *soundstr); - - /* refactored ones */ int xenDaemonOpen(virConnectPtr conn, virConnectAuthPtr auth, unsigned int flags);