mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
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 <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…
x
Reference in New Issue
Block a user