]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Drop inline from solver_addtodupmaps
authorMichael Schroeder <mls@suse.de>
Tue, 13 Oct 2015 11:22:14 +0000 (13:22 +0200)
committerMichael Schroeder <mls@suse.de>
Tue, 13 Oct 2015 11:22:14 +0000 (13:22 +0200)
The compiler knows best...

src/rules.c

index 480e0521c4523e6ba448e1dc0d76029794371365..cb450989909d78542e73c8e330b2f379c749a156 100644 (file)
@@ -1623,7 +1623,7 @@ add_cleandeps_package(Solver *solv, Id p)
   queue_pushunique(solv->cleandeps_updatepkgs, p);
 }
 
-static inline void
+static void
 solver_addtodupmaps(Solver *solv, Id p, Id how, int targeted)
 {
   Pool *pool = solv->pool;