From: Michael Schroeder Date: Tue, 13 Oct 2015 11:22:14 +0000 (+0200) Subject: Drop inline from solver_addtodupmaps X-Git-Tag: 0.6.15~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03d4ab0de755a1d20443be70f629f9b0eb3616fa;p=thirdparty%2Flibsolv.git Drop inline from solver_addtodupmaps The compiler knows best... --- diff --git a/src/rules.c b/src/rules.c index 480e0521..cb450989 100644 --- a/src/rules.c +++ b/src/rules.c @@ -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;