From mboxrd@z Thu Jan 1 00:00:00 1970 From: john at keeping.me.uk (John Keeping) Date: Sat, 22 Jul 2017 12:10:20 +0100 Subject: [PATCH 1/1] ui-repolist: remove unused variable In-Reply-To: <20170606141447.5255-1-list@eworm.de> References: <20170606141447.5255-1-list@eworm.de> Message-ID: <20170722111020.GD1600@john.keeping.me.uk> On Tue, Jun 06, 2017 at 04:14:47PM +0200, Christian Hesse wrote: > From: Christian Hesse > > Signed-off-by: Christian Hesse Reviewed-by: John Keeping Fixes: 87c4748 (ui-repolist: properly sort by age, 2017-03-30) > --- > ui-repolist.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/ui-repolist.c b/ui-repolist.c > index 20a4f56..7272e87 100644 > --- a/ui-repolist.c > +++ b/ui-repolist.c > @@ -225,7 +225,6 @@ static int sort_section(const void *a, const void *b) > const struct cgit_repo *r1 = a; > const struct cgit_repo *r2 = b; > int result; > - time_t t; > > result = cmp(r1->section, r2->section); > if (!result) { > -- > 2.13.1