]> xenbits.xensource.com Git - libvirt.git/commit
util: remove dead assignment
authorEric Blake <eblake@redhat.com>
Tue, 3 May 2011 20:27:40 +0000 (14:27 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 4 May 2011 15:25:07 +0000 (09:25 -0600)
commit44aa49aefe6ce2d74e1776cee4e071b485f51297
tree9f52d7c092811f21ced86c2ada1648c4b83c0db8
parent32388f12d57cd827c2f87eafcf512c3ff63b7bbb
util: remove dead assignment

Clang complained about this, and it was easy enough to fix.

* src/util/util.c (virFileOpenAs): Drop dead assignment.
src/util/util.c