From 774c634d2e494046865e59af2f9e3b2d0a74597a Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Wed, 30 Mar 2022 20:34:24 +0200 Subject: 49926: remove unused variable from 49915 --- Src/Zle/compcore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/Zle/compcore.c b/Src/Zle/compcore.c index 0b5b22a30..18b8cb531 100644 --- a/Src/Zle/compcore.c +++ b/Src/Zle/compcore.c @@ -3286,7 +3286,7 @@ makearray(LinkList l, int type, int flags, int *np, int *nlp, int *llp) } else { /* didn't use -1 or -2, so remove all duplicates (efficient) */ if (!(flags & CGF_UNIQALL) && !(flags & CGF_UNIQCON)) { - int dup, i, del = 0; + int dup, del = 0; /* To avoid O(n^2) here, sort a copy of the list, then remove marked elements */ matchorder = flags; -- cgit 1.4.1