summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorNagy Gabor <ngaba@bibl.u-szeged.hu>2008-03-09 11:59:13 +0100
committerDan McGee <dan@archlinux.org>2008-03-09 17:30:01 +0100
commit1dfcf1495ba4c0ac36d770ef892483459e5678c4 (patch)
tree5bf9572de5455eaf197d6131719f2525f000cc2d /lib
parent724ed34ac5068bc3a44068ef4f831a431ca00346 (diff)
downloadpacman-1dfcf1495ba4c0ac36d770ef892483459e5678c4.tar.gz
pacman-1dfcf1495ba4c0ac36d770ef892483459e5678c4.tar.xz
Remove a bogus comment from libalpm/remove.c
We do the opposite. Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu>
Diffstat (limited to 'lib')
-rw-r--r--lib/libalpm/remove.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libalpm/remove.c b/lib/libalpm/remove.c
index be7b3eda..56d02b9c 100644
--- a/lib/libalpm/remove.c
+++ b/lib/libalpm/remove.c
@@ -62,7 +62,6 @@ int _alpm_remove_loadtarget(pmtrans_t *trans, pmdb_t *db, char *name)
}
if((info = _alpm_db_scan(db, name)) == NULL) {
- /* Unimportant - just ignore it if we can't find it */
_alpm_log(PM_LOG_DEBUG, "could not find %s in database\n", name);
RET_ERR(PM_ERR_PKG_NOT_FOUND, -1);
}