mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +00:00
xend: Remove a couple of unused function prototypes.
Commit70f446631f
(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> (cherry picked from commit093eea9589
)
This commit is contained in:
parent
0636291d8b
commit
d1ef7b625e
@ -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