Remove pointless non-NULL check
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 18 Sep 2008 08:39:42 +0000 (11:39 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 18 Sep 2008 08:39:42 +0000 (11:39 +0300)
commita486bcc79329dd48db0c0c50391a940abbb9e75f
tree771b6941a349d97bb92634976abcbbcae7bfe82c
parente69e4ebb7ad146eaf716cf0a127da89840fc9bc9
Remove pointless non-NULL check
- rpmfiNew() cannot return NULL, and even if it did, we'd be out of here
  by the way of rpmfiFC(fi) returning zero before this...
lib/query.c