[libvirt] [PATCH 2/3] networkBandwidthGenericChecks: Drop useless check

2015-08-12 Thread Michal Privoznik
There's a check right at the beginning of the function that shortcuts if the function was called over all NULL arguments. However, this was meant just as a fool-proof check so that we don't crash if function is used in a bad manner. Anyway, it makes Coverity unhappy as it then thinks any of the

Re: [libvirt] [PATCH 2/3] networkBandwidthGenericChecks: Drop useless check

2015-08-12 Thread John Ferlan
On 08/12/2015 05:13 AM, Michal Privoznik wrote: There's a check right at the beginning of the function that shortcuts if the function was called over all NULL arguments. However, this was meant just as a fool-proof check so that we don't crash if function is used in a bad manner. Anyway, it