diff options
author | Allan McRae <allan@archlinux.org> | 2011-08-30 22:01:13 +1000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-08-30 08:11:57 -0500 |
commit | 19c3880ec9e7b373000b10e230217a733d1c1a24 (patch) | |
tree | a2b63e735efdd36819da5dbedb4d476e5cd7775c | |
parent | 2c5f000d5b2fd5db3b70670b835e6b932c0d10e3 (diff) | |
download | 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>
-rw-r--r-- | lib/libalpm/conflict.c | 5 |
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; |