mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 05:17:59 +03:00
xend: Remove a couple of unused function prototypes.
Commit 70f446631f
(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>
This commit is contained in:
parent
498d7b2bf5
commit
093eea9589
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user