summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-12-03 15:55:02 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-12-10 17:05:22 +0200
commit1b66b93045e680cf2121faed4c520205dcb00b47 (patch)
tree29d7f0d3af5566e4811c56922816fe8d115cd102
parent53c83494e555736c0af7bdd3fecc059aab69ffd2 (diff)
downloadrpm-1b66b93045e680cf2121faed4c520205dcb00b47.tar.gz
rpm-1b66b93045e680cf2121faed4c520205dcb00b47.tar.bz2
rpm-1b66b93045e680cf2121faed4c520205dcb00b47.zip
Kick out some long since invalid comments
(cherry picked from commit f63e19d2986609193b409fea7a52e5eb41478a48)
-rw-r--r--lib/rpmdb.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/rpmdb.c b/lib/rpmdb.c
index 1cbc97b24..b6b7bba56 100644
--- a/lib/rpmdb.c
+++ b/lib/rpmdb.c
@@ -646,7 +646,6 @@ static int dbiForeach(dbiIndex *dbis,
return rc;
}
-/* XXX query.c, rpminstall.c, verify.c */
int rpmdbClose(rpmdb db)
{
rpmdb * prev, next;
@@ -784,7 +783,6 @@ rpmdb rpmdbLink(rpmdb db)
return db;
}
-/* XXX python/rpmmodule.c */
int rpmdbOpen (const char * prefix, rpmdb *dbp, int mode, int perms)
{
return openDatabase(prefix, NULL, dbp, mode, perms, 0);
@@ -967,7 +965,6 @@ exit:
return rc;
}
-/* XXX python/upgrade.c, install.c, uninstall.c */
int rpmdbCountPackages(rpmdb db, const char * name)
{
DBC * dbcursor = NULL;