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
1 files changed,
0 insertions(+),
1 deletions(-)
jump to
M
ui-repolist.c
→
ui-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) {