]> xenbits.xensource.com Git - libvirt.git/commitdiff
virXPathInt() and virXPathUInt() don't exist
authorMark McLoughlin <markmc@redhat.com>
Fri, 13 Feb 2009 19:12:20 +0000 (19:12 +0000)
committerMark McLoughlin <markmc@redhat.com>
Fri, 13 Feb 2009 19:12:20 +0000 (19:12 +0000)
It looks like these functions have never existed.

ChangeLog
src/xml.h

index 05c74f0b031a5a0c204fb31fadbc6a8ea980e73a..f09e317599b37d27bd9240d09639b3d662a56f57 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Feb 13 19:04:22 IST 2009 Mark McLoughlin <markmc@redhat.com>
+
+       * src/xml.h: kill some non-existent functions
+
 Fri Feb 13 19:03:58 IST 2009 Mark McLoughlin <markmc@redhat.com>
 
        * docs/virsh.pod: update bugzilla link
index 0daa874c47ec44d914e2c41a3313d5422f5aaf15..da9d3b593081a29ed6a7430408982b9d8185309f 100644 (file)
--- a/src/xml.h
+++ b/src/xml.h
@@ -21,14 +21,6 @@ int          virXPathNumber  (virConnectPtr conn,
                                  const char *xpath,
                                  xmlXPathContextPtr ctxt,
                                  double *value);
-int            virXPathInt     (virConnectPtr conn,
-                                 const char *xpath,
-                                 xmlXPathContextPtr ctxt,
-                                 int *value);
-int            virXPathUInt    (virConnectPtr conn,
-                                 const char *xpath,
-                                 xmlXPathContextPtr ctxt,
-                                 unsigned int *value);
 int            virXPathLong    (virConnectPtr conn,
                                  const char *xpath,
                                  xmlXPathContextPtr ctxt,