diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-09-21 09:58:46 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-09-21 09:58:46 +0300 |
commit | 91a2f856c8c428993d80e1fe24ae9656dc5596a1 (patch) | |
tree | 55b782f8eadba6eea628e3220e4bfe8bde95d667 /lib/rpmds.h | |
parent | 97f6e790bbea6154fda27fcd733f1e2c8812f0c5 (diff) | |
download | librpm-tizen-91a2f856c8c428993d80e1fe24ae9656dc5596a1.tar.gz librpm-tizen-91a2f856c8c428993d80e1fe24ae9656dc5596a1.tar.bz2 librpm-tizen-91a2f856c8c428993d80e1fe24ae9656dc5596a1.zip |
Remove unused proof-of-concept arch-filtering of dependencies
Diffstat (limited to 'lib/rpmds.h')
-rw-r--r-- | lib/rpmds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmds.h b/lib/rpmds.h index c0c7dc1da..e4b251b7c 100644 --- a/lib/rpmds.h +++ b/lib/rpmds.h @@ -83,7 +83,7 @@ rpmds rpmdsFree(rpmds ds); * @deprecated Only scareMem = 0 will be permitted. * @param h header * @param tagN type of dependency - * @param flags scareMem(0x1), nofilter(0x2) + * @param flags scareMem(0x1) * @return new dependency set */ rpmds rpmdsNew(Header h, rpmTag tagN, int flags); |