[libvirt] [libvirt-gconfig PATCHv2 02/32] Remove unused prototype for gvir_config_object_parse

Christophe Fergeau cfergeau at redhat.com
Mon Nov 21 18:03:59 UTC 2011


There is no corresponding implementation so no need to keep this
prototype.
---
 libvirt-gconfig/libvirt-gconfig-object.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/libvirt-gconfig/libvirt-gconfig-object.h b/libvirt-gconfig/libvirt-gconfig-object.h
index 52e4525..bac3403 100644
--- a/libvirt-gconfig/libvirt-gconfig-object.h
+++ b/libvirt-gconfig/libvirt-gconfig-object.h
@@ -85,9 +85,6 @@ void gvir_config_object_set_node_content_uint64(GVirConfigObject *object,
                                                 const char *node_name,
                                                 guint64 value);
 
-/* FIXME: move to a libvirt-gconfig-helpers.h file? */
-xmlNodePtr gvir_config_object_parse(const char *xml, const char *root_node, GError **err);
-
 G_END_DECLS
 
 #endif /* __LIBVIRT_GCONFIG_OBJECT_H__ */
-- 
1.7.7.3




More information about the libvir-list mailing list