]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
xend: Remove a couple of unused function prototypes.
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 20 Apr 2015 16:15:12 +0000 (17:15 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 21 Apr 2015 09:22:43 +0000 (10:22 +0100)
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@redhat.com>
src/xen/xend_internal.h

index 814330d951f17fd1996451b241ca69e560cd76b2..9064b4728e7de119372e92083fe05cc22e07a485 100644 (file)
@@ -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);