Eliminate dead NULL-assignments at scope-end in librpm, part V
authorPanu Matilainen <pmatilai@redhat.com>
Sat, 28 May 2011 19:29:58 +0000 (22:29 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Sun, 29 May 2011 08:49:46 +0000 (11:49 +0300)
commit7c036b9ca33c67fa8530d886e2072e264fcba6df
tree171020b21e82136aa037b123fd60b43be4eaf365
parentd26080fa88d695396068543c7be88c9ffbf2307c
Eliminate dead NULL-assignments at scope-end in librpm, part V
- Remove NULL-assignments of local variables at the end of scope
  in transaction and database code
lib/depends.c
lib/order.c
lib/rpmdb.c
lib/rpmts.c
lib/transaction.c