From: Michael Schroeder Date: Tue, 13 May 2008 17:38:55 +0000 (+0000) Subject: - remove strange comment X-Git-Tag: BASE-SuSE-Code-12_1-Branch~308^2~338 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1236d1288323780a3527fd77d15c7b72a74aeff;p=thirdparty%2Flibsolv.git - remove strange comment --- diff --git a/src/solver.c b/src/solver.c index 4b52b8ea..f87df972 100644 --- a/src/solver.c +++ b/src/solver.c @@ -1651,7 +1651,6 @@ propagate(Solver *solv, int level) else /* go find a 'd' to make 'true' */ { /* foreach 'd' */ - /* FIXME: should be a policy */ for (dp = pool->whatprovidesdata + r->d; (p = *dp++) != 0;) if (p != other_watch /* which is not what we just checked */ && !DECISIONMAP_TRUE(-p)) /* and its not already decided 'negative' */