Re: [PATCH] Remove unused variable from sort_section()

2017-04-08 Thread Lukas Fleischer
On Wed, 05 Apr 2017 at 12:28:28, Jason A. Donenfeld wrote: > Looks good to me. Queued on lf/for-jason. ___ CGit mailing list CGit@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/cgit

Re: [PATCH] Remove unused variable from sort_section()

2017-04-05 Thread Jason A. Donenfeld
Looks good to me. ___ CGit mailing list CGit@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/cgit

[PATCH] Remove unused variable from sort_section()

2017-04-04 Thread Lukas Fleischer
Signed-off-by: Lukas Fleischer --- 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)