Lose some completely pointless "can't happen" checks
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 25 Feb 2010 18:52:35 +0000 (20:52 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 25 Feb 2010 18:52:35 +0000 (20:52 +0200)
commit31de39c93429d36ac63d8a6d1869c025063aa834
tree12360244f354df2ac865b53a3982a8fa38d643b4
parent91b3bc198acd0abc603544e1a9456f8498a28fca
Lose some completely pointless "can't happen" checks
- rpmfiFC() returns 0 if called with NULL, which is ok in these cases
- rpmfiInit() and rpmfiNext() behave correctly when passed NULL, no need
  check separately
- "dn" is already referenced before checking for NULL... it really
  cannot happen ;)
lib/transaction.c