]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Do not inline pool_is_kind
authorMichael Schroeder <mls@suse.de>
Tue, 29 Jul 2025 10:04:58 +0000 (12:04 +0200)
committerMichael Schroeder <mls@suse.de>
Tue, 29 Jul 2025 10:04:58 +0000 (12:04 +0200)
src/poolwhatprovides.c

index 2685bb2948ade59b66ccd4a6ce18f12c9c554e9f..07e6bce7925294ee3cbac21576977ac9e02265b5 100644 (file)
@@ -514,7 +514,7 @@ pool_addstdproviders(Pool *pool, Id d)
 }
 
 
-static inline int
+static int
 pool_is_kind(Pool *pool, Id name, Id kind)
 {
   const char *n;