]> git.ipfire.org Git - thirdparty/libvirt.git/commit
rpc: Remove unnecessary calls
authorJohn Ferlan <jferlan@redhat.com>
Fri, 18 Jan 2013 14:29:05 +0000 (09:29 -0500)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 22 Jan 2013 13:34:11 +0000 (14:34 +0100)
commit8d3aa09283c2f6d06d3032ea32f853f8c8cb220d
treedde5b4a1143bd36ba4713883f5e0f2f3cc6343d9
parent7479026b5cf661773203b307c2b3243f40468723
rpc: Remove unnecessary calls

The code is not reachable as of commit id: bb85f229. Removed
virKeepAliveStop() and virObjectUnref() because 'ka' cannot be
anything but NULL at the cleanup label.
src/rpc/virnetserverclient.c