
14 Nov
2013
14 Nov
'13
12:40 p.m.
On Thu, Nov 14, 2013 at 10:51:13AM +0100, Michal Privoznik wrote:
These two chunks had to be part of df4283a55bf. But for some unclear reason, the weren't. Anyway, these two variables are not used anywhere within function. They're initialized to NULL and then VIR_FREE()-d. And there's no reason do do two NOPs, right?
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/util/virpci.c | 4 ---- 1 file changed, 4 deletions(-)
ACK, Martin