From: Miroslav Lichvar Date: Tue, 21 Jan 2014 15:38:00 +0000 (+0100) Subject: Remove superfluous code in SRC_SelectSource X-Git-Tag: 1.30-pre1~145 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ea58500cefbf632dc09cfc35df59ae36caa6cc9b;p=thirdparty%2Fchrony.git Remove superfluous code in SRC_SelectSource --- diff --git a/sources.c b/sources.c index 6098d781..6c6a5bb5 100644 --- a/sources.c +++ b/sources.c @@ -780,7 +780,6 @@ SRC_SelectSource(uint32_t match_refid) if (index != INVALID_SOURCE) { sources[index]->status = SRC_SELECTABLE; sel_sources[j++] = sel_sources[i]; - index++; } } n_sel_sources = j;