From 19c3880ec9e7b373000b10e230217a733d1c1a24 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Tue, 30 Aug 2011 22:01:13 +1000 Subject: Remove outdated comment for _alpm_outerconflicts Signed-off-by: Allan McRae Signed-off-by: Dan McGee --- lib/libalpm/conflict.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/libalpm/conflict.c') 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; -- cgit v1.2.3-24-g4f1b