all repos — cgit @ 7ebdb30fdf91d1f63b4fb07e54b089136de5507b

a hyperfast web frontend for git written in c

Remove unused variable from sort_section()

Signed-off-by: Lukas Fleischer <lfleischer@lfos.de>
Lukas Fleischer lfleischer@lfos.de
Wed, 05 Apr 2017 06:38:27 +0200
commit

7ebdb30fdf91d1f63b4fb07e54b089136de5507b

parent

87c47488d02fcace4da0d468cd9ddd1651b7949e

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M ui-repolist.cui-repolist.c

@@ -225,7 +225,6 @@ {

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) {