Eliminate another set-but-unused xx warning
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 19 Apr 2011 07:02:23 +0000 (10:02 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 19 Apr 2011 07:02:23 +0000 (10:02 +0300)
commitb45622b5b974b428e425937a7337fc393074bfcc
tree21b3b9b6d49a01f81c8a45913a1a72cf73214d04
parentf6579c0ac3af9d3f4ccdb087a671e06c85efd705
Eliminate another set-but-unused xx warning
- There's no meaningful way to return error from rpmdbExtendIterator()
  in rpmFindBaseNamesInDB() so dont bother collecting the result.
  At least there'll be rpmlog spew on errors so it wouldn't be
  silently failing.
lib/transaction.c