Lose unused fdigests array from rpmfi struct
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 29 May 2008 13:26:21 +0000 (16:26 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 2 Jun 2008 06:50:48 +0000 (09:50 +0300)
commitae5667cf06d882e2760b924585a8900dcdfcfe19
tree6a0e9a541eb71c9459420ef4319510d8bad68f59
parentea134adf81d22b26807d2c71895b0c23a7804d33
Lose unused fdigests array from rpmfi struct
- only used in rpmfiNew() where it's converted to binary from the header
  hex presentation and free'd immediately, a local variable will do just as
  well
- some useless references in fsm and psm, kill'em too
lib/fsm.c
lib/fsm.h
lib/psm.c
lib/rpmfi.c
lib/rpmfi_internal.h