]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage_backend_logical.c: appease clang: remove useless increment
authorJim Meyering <meyering@redhat.com>
Thu, 3 Sep 2009 16:14:48 +0000 (18:14 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 4 Sep 2009 16:59:29 +0000 (18:59 +0200)
commitf4d881649acc61672450728329d043b9b712eb01
tree70059d55d7ceb9bbd3614190aa6b5a70f6a5c60f
parentd5df676938475c3c1afc4a0dfd2e29bcf6270c47
storage_backend_logical.c: appease clang: remove useless increment

* src/storage_backend_logical.c (virStorageBackendLogicalBuildPool):
Don't increment "n" when we won't use the result.
src/storage_backend_logical.c