]> git.ipfire.org Git - thirdparty/libsolv.git/commit
pool.c: Remove identical if condition 590/head
authorChristoph Grüninger <foss@grueninger.de>
Wed, 14 May 2025 19:31:56 +0000 (21:31 +0200)
committerChristoph Grüninger <foss@grueninger.de>
Wed, 14 May 2025 19:31:56 +0000 (21:31 +0200)
commit8642432b74eca28d4abe11ea93911f603328f16e
tree202d2dcb6d215337a55b04012c7658e97f382619
parente961dbc34a0b3e69910d5480a902d8ec54a8b343
pool.c: Remove identical if condition

It is always true.
Found by Cppcheck (identicalInnerCondition).
src/pool.c