[libvirt] [PATCH] xend: Remove a couple of unused function prototypes.

Richard W.M. Jones rjones at redhat.com
Mon Apr 20 16:32:21 UTC 2015


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 <rjones at redhat.com>
---
 src/xen/xend_internal.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/xen/xend_internal.h b/src/xen/xend_internal.h
index 814330d..9064b47 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);
-- 
2.3.1




More information about the libvir-list mailing list