From d1ef7b625e4195bfca627ff7632ec68d58ff90ec Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 20 Apr 2015 17:15:12 +0100 Subject: [PATCH] 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 (cherry picked from commit 093eea95894f1a2b3a4977e2dc676b53e9896c95) --- 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 814330d951..9064b4728e 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);