Remove two alpm_list_count usages
commit6a413fe72f610f0ec11aa2aee78b248c51727e93
authorAllan McRae <allan@archlinux.org>
Fri, 24 Jun 2011 22:28:28 +0000 (25 08:28 +1000)
committerDan McGee <dan@archlinux.org>
Mon, 27 Jun 2011 14:19:08 +0000 (27 09:19 -0500)
tree135adc20ac49448de32ddbadcde9f5d9c6fdad65
parent93c77565f65b9784701eea7953eefb0643c053e5
Remove two alpm_list_count usages

We have just looped through the list of files, so might as well get
the count as we go.

Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
lib/libalpm/remove.c