We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e961dbc commit 8642432Copy full SHA for 8642432
src/pool.c
@@ -594,8 +594,7 @@ pool_createwhatprovides(Pool *pool)
594
}
595
else if (!pool->addedfileprovides && pool->disttype == DISTTYPE_RPM)
596
{
597
- if (!pool->addedfileprovides)
598
- POOL_DEBUG(SOLV_DEBUG_STATS, "WARNING: pool_addfileprovides was not called, this may result in slow operation\n");
+ POOL_DEBUG(SOLV_DEBUG_STATS, "WARNING: pool_addfileprovides was not called, this may result in slow operation\n");
599
/* lazyly add file provides */
600
for (i = 1; i < num; i++)
601
0 commit comments