Remove unused variable from sort_section()

Signed-off-by: Lukas Fleischer <lfleischer@lfos.de>
这个提交包含在:
Lukas Fleischer 2017-04-05 06:38:27 +02:00
父节点 87c47488d0
当前提交 7ebdb30fdf
共有 1 个文件被更改,包括 0 次插入1 次删除

查看文件

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