summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/deps.c
diff options
context:
space:
mode:
authorNagy Gabor <ngaba@bibl.u-szeged.hu>2008-03-03 21:05:39 +0100
committerDan McGee <dan@archlinux.org>2008-03-04 13:40:32 +0100
commit4a0498bd29804d4208de6d4e8977e2e40fe3ffb8 (patch)
tree9c3aa39a87681d82350a77b75bed0981b0ba575f /lib/libalpm/deps.c
parent190d17c0e844c58bc1a1fa231b9aaf0c16dd686f (diff)
downloadpacman-4a0498bd29804d4208de6d4e8977e2e40fe3ffb8.tar.gz
pacman-4a0498bd29804d4208de6d4e8977e2e40fe3ffb8.tar.xz
Remove a bogus comment
This comment was created for the old provision version format and needless. Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/deps.c')
-rw-r--r--lib/libalpm/deps.c1
1 files changed, 0 insertions, 1 deletions
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