]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: numa: Remove impossible error handling
authorPeter Krempa <pkrempa@redhat.com>
Tue, 13 Sep 2016 12:28:33 +0000 (14:28 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 14 Sep 2016 06:41:41 +0000 (08:41 +0200)
commit5555dc0d7fe0267e2ff6e5a9625164f2896f9cc5
treece32bf183ff426466337368dc6f5969a5ef507b6
parentd53fa838e18d8c192296487ff40c3a37420b6d06
util: numa: Remove impossible error handling

The code guarantees that virBitmapSetBit won't be called with out of
range values. Just ignore the return value and remove dead error
handling.
src/util/virnuma.c