diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2012-01-11 15:30:50 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2012-01-11 15:47:12 +0200 |
commit | 8e609fc55b1679e6192346c50dd5526e443bed4e (patch) | |
tree | 341bc9f62b641930c8a90d7796d2de6820a14d73 /lib/rpmfi.c | |
parent | aee64fbc460a671faa3f950d329ec72f33ac660c (diff) | |
download | librpm-tizen-8e609fc55b1679e6192346c50dd5526e443bed4e.tar.gz librpm-tizen-8e609fc55b1679e6192346c50dd5526e443bed4e.tar.bz2 librpm-tizen-8e609fc55b1679e6192346c50dd5526e443bed4e.zip |
Eliminate no longer needed RPMFI_ISBUILD and RPMFI_ISSOURCE internal flags
Diffstat (limited to 'lib/rpmfi.c')
-rw-r--r-- | lib/rpmfi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rpmfi.c b/lib/rpmfi.c index 1995541d5..ae5643c82 100644 --- a/lib/rpmfi.c +++ b/lib/rpmfi.c @@ -1139,8 +1139,6 @@ rpmfi rpmfiNew(const rpmts ts, Header h, rpmTagVal tagN, rpmfiFlags flags) fi->fiflags = flags; fi->scareFlags = scareFlags; - if (headerIsSource(h)) fi->fiflags |= RPMFI_ISSOURCE; - _hgfi(h, RPMTAG_BASENAMES, &td, defFlags, fi->bnl); fi->fc = rpmtdCount(&td); if (fi->fc == 0) { |