The function alloc_pseudo() has a comment saying it's a dummy allocator but it uses a real allocator since commit 25f8da191 ("[PATCH] More linearizion fun"). Remove the obsolete comment. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- linearize.c | 1 - 1 file changed, 1 deletion(-) diff --git a/linearize.c b/linearize.c index 6e5eb3303..2105a7291 100644 --- a/linearize.c +++ b/linearize.c @@ -776,7 +776,6 @@ static void add_branch(struct entrypoint *ep, struct expression *expr, pseudo_t } } -/* Dummy pseudo allocator */ pseudo_t alloc_pseudo(struct instruction *def) { static int nr = 0; -- 2.18.0 -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html