diff options
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) { |