cgit

commit 7ebdb30fdf91d1f63b4fb07e54b089136de5507b

Author: Lukas Fleischer <lfleischer@lfos.de>

Remove unused variable from sort_section()

Signed-off-by: Lukas Fleischer <lfleischer@lfos.de>

 ui-repolist.c | 1 -


diff --git a/ui-repolist.c b/ui-repolist.c
index 20a4f5642f51ee6857ff0d33d65d670c429f7e99..7272e87bbcad348215ba6751b9de316930e2be8c 100644
--- a/ui-repolist.c
+++ b/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) {