]> granicus.if.org Git - cgit/commitdiff
Remove unused variable from sort_section()
authorLukas Fleischer <lfleischer@lfos.de>
Wed, 5 Apr 2017 04:38:27 +0000 (06:38 +0200)
committerLukas Fleischer <lfleischer@lfos.de>
Wed, 5 Apr 2017 04:38:39 +0000 (06:38 +0200)
Signed-off-by: Lukas Fleischer <lfleischer@lfos.de>
ui-repolist.c

index 20a4f5642f51ee6857ff0d33d65d670c429f7e99..7272e87bbcad348215ba6751b9de316930e2be8c 100644 (file)
@@ -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;
 
        result = cmp(r1->section, r2->section);
        if (!result) {