mirror of
https://git.zx2c4.com/cgit
synced 2025-06-21 01:25:46 +02:00
Remove unused variable from sort_section()
Signed-off-by: Lukas Fleischer <lfleischer@lfos.de>
This commit is contained in:
parent
87c47488d0
commit
7ebdb30fdf
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue