summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/conflict.c
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2011-08-30 14:01:13 +0200
committerDan McGee <dan@archlinux.org>2011-08-30 15:11:57 +0200
commit19c3880ec9e7b373000b10e230217a733d1c1a24 (patch)
treea2b63e735efdd36819da5dbedb4d476e5cd7775c /lib/libalpm/conflict.c
parent2c5f000d5b2fd5db3b70670b835e6b932c0d10e3 (diff)
downloadpacman-19c3880ec9e7b373000b10e230217a733d1c1a24.tar.gz
pacman-19c3880ec9e7b373000b10e230217a733d1c1a24.tar.xz
Remove outdated comment for _alpm_outerconflicts
Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/conflict.c')
-rw-r--r--lib/libalpm/conflict.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libalpm/conflict.c b/lib/libalpm/conflict.c
index 5d279536..8417348a 100644
--- a/lib/libalpm/conflict.c
+++ b/lib/libalpm/conflict.c
@@ -180,10 +180,7 @@ alpm_list_t *_alpm_innerconflicts(alpm_handle_t *handle, alpm_list_t *packages)
return baddeps;
}
-/* Check for target vs (db - target) conflicts
- * In case of conflict the package1 field of pmdepconflict_t contains
- * the target package, package2 field contains the local package
- */
+/* Check for target vs (db - target) conflicts */
alpm_list_t *_alpm_outerconflicts(alpm_db_t *db, alpm_list_t *packages)
{
alpm_list_t *baddeps = NULL;