Eliminate pointless exit label from headerVerify()
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 5 Oct 2011 10:58:33 +0000 (13:58 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 5 Oct 2011 11:01:32 +0000 (14:01 +0300)
commit99e18ef82316015bf717086bd0a17aa28a7b173b
tree773283e11cbcc7c0178d443185511bf2408fe45e
parentd6ea4f5a299024a8d377eb4e60180422518eca58
Eliminate pointless exit label from headerVerify()

- pgpNewDig() like most rpm "constructor" functions cannot fail,
  no point checking the result. Allows an icky backwards goto + label
  to be eliminated.
lib/package.c