From mboxrd@z Thu Jan 1 00:00:00 1970 From: lfleischer at lfos.de (Lukas Fleischer) Date: Wed, 26 Jul 2017 11:41:58 +0200 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: <150106211854.13764.11872029906222375108@s-8d3a2bbd.on.site.uni-stuttgart.de> On Tue, 06 Jun 2017 at 16:14:47, Christian Hesse wrote: > From: Christian Hesse > > Signed-off-by: Christian Hesse > --- > 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; > [...] Looks good to me. I already posted pretty much the same patch (and queued it on lf/for-jason) back in April, though [1]. Jason, any chance you can go through our for-jason branches and merge them anytime soon? Regards, Lukas [1] https://lists.zx2c4.com/pipermail/cgit/2017-April/003532.html