27 lines
669 B
Diff
27 lines
669 B
Diff
From 03d4ab0de755a1d20443be70f629f9b0eb3616fa Mon Sep 17 00:00:00 2001
|
|
From: Michael Schroeder <mls@suse.de>
|
|
Date: Tue, 13 Oct 2015 13:22:14 +0200
|
|
Subject: [PATCH 2/6] Drop inline from solver_addtodupmaps
|
|
|
|
The compiler knows best...
|
|
---
|
|
src/rules.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/rules.c b/src/rules.c
|
|
index 480e052..cb45098 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;
|
|
--
|
|
2.4.3
|
|
|