From 4a0498bd29804d4208de6d4e8977e2e40fe3ffb8 Mon Sep 17 00:00:00 2001 From: Nagy Gabor Date: Mon, 3 Mar 2008 21:05:39 +0100 Subject: Remove a bogus comment This comment was created for the old provision version format and needless. Signed-off-by: Nagy Gabor Signed-off-by: Dan McGee --- lib/libalpm/deps.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libalpm/deps.c') diff --git a/lib/libalpm/deps.c b/lib/libalpm/deps.c index ec52083e..b967243d 100644 --- a/lib/libalpm/deps.c +++ b/lib/libalpm/deps.c @@ -345,7 +345,6 @@ int SYMEXPORT alpm_depcmp(pmpkg_t *pkg, pmdepend_t *dep) satisfy = (dep->mod == PM_DEP_MOD_ANY && strcmp(provname, dep->name) == 0); } else { - /* replace the space with a NULL byte, and advance ptr the version */ *provver = '\0'; provver += 1; satisfy = (strcmp(provname, dep->name) == 0 -- cgit v1.2.3-24-g4f1b