summaryrefslogtreecommitdiff
path: root/rpmdb
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-11-27 11:24:45 +0200
committerPanu Matilainen <pmatilai@redhat.com>2007-11-27 11:24:45 +0200
commit30bb2ba4c8e481dd1c18e6ce8cd6c563fb42e23b (patch)
tree0f285e2c44dd0d17b013f9484743e8b62682f29b /rpmdb
parenteacfabfe70595aa54e23b3c0b0803b4ccc97c805 (diff)
downloadlibrpm-tizen-30bb2ba4c8e481dd1c18e6ce8cd6c563fb42e23b.tar.gz
librpm-tizen-30bb2ba4c8e481dd1c18e6ce8cd6c563fb42e23b.tar.bz2
librpm-tizen-30bb2ba4c8e481dd1c18e6ce8cd6c563fb42e23b.zip
Drop support for old style file tags in rpmdb
Diffstat (limited to 'rpmdb')
-rw-r--r--rpmdb/rpmdb.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/rpmdb/rpmdb.c b/rpmdb/rpmdb.c
index fa87baa29..165b00973 100644
--- a/rpmdb/rpmdb.c
+++ b/rpmdb/rpmdb.c
@@ -2763,9 +2763,6 @@ memset(data, 0, sizeof(*data));
xx = hge(h, RPMTAG_BASENAMES, &bnt, (void **) &baseNames, &count);
- if (_noDirTokens)
- expandFilelist(h);
-
(void) blockSignals(db, &signalMask);
{