Further minor cleanups to rpmtsCheck()
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 12 Mar 2010 18:48:45 +0000 (20:48 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 12 Mar 2010 18:50:20 +0000 (20:50 +0200)
commit23ad4eee6af0dad922fc193309839c186d8056e5
treedc45d28e0c6ae733b601e7e43f0cb212f0f74323
parentd8cea8e9ffbf2d827ae323540670cffc2a931030
Further minor cleanups to rpmtsCheck()
- if we dont care about rpmtsCloseDB() we dont need a variable for its status
- lose unnecessary rpmtsiFree(), there used to be exit jumps from middle
  of the loops but not anymore
lib/depends.c