
On Fri, Dec 12, 2008 at 12:37:34PM +0100, Jim Meyering wrote:
"Daniel P. Berrange" <berrange@redhat.com> wrote:
On Fri, Dec 12, 2008 at 11:43:37AM +0100, Jim Meyering wrote:
While we once thought we'd use this xmlrpc code, it looks like that's no longer in the cards, so this patch removes it, along with the testing-related bits:
Where 'once' == 2005 :-) Kill, kill . We can easily un-delete from CVS in the unlikely event it turns out we need it.
Dead!
FYI, it wasn't as easy as usual. Due to the presence of a couple of pesky $Id$ strings in the removed files, my usual procedure to push a git commit to cvs failed, due to the mismatch of $Id$ against the expanded version in the cvs-checked out copy. I probably could have made it work by using e.g., cvs admin -kk ..., but thought of that only while writing this. I did it manually.
To avoid future $Id$-related inconvenience, I'm going to remove the few remaining occurrences of $Id$
$ g grep '\$Id\$' RENAMES:# $Id$ po/id.po:# $Id$ qemud/remote_generate_stubs.pl:# $Id$ src/virsh.c: * $Id$ tests/testutils.c: * $Id$ tests/testutils.h: * $Id$
with extreme prejudice.
I hope no one objects ;-)
fine by me, it was useful 10 years ago but nowadays doesn't make sense :-) Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ daniel@veillard.com | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/