- remove strange comment
authorMichael Schroeder <mls@suse.de>
Tue, 13 May 2008 17:38:55 +0000 (17:38 +0000)
committerMichael Schroeder <mls@suse.de>
Tue, 13 May 2008 17:38:55 +0000 (17:38 +0000)
src/solver.c

index 4b52b8e..f87df97 100644 (file)
@@ -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' */