diff options
| author | Christian Hesse <mail@eworm.de> | 2017-06-06 16:13:22 +0200 |
|---|---|---|
| committer | Christian Hesse <mail@eworm.de> | 2017-07-24 17:17:52 +0200 |
| commit | 76e7a29df18f35ed01fd52106aedae75d312e926 (patch) | |
| tree | 27866ae9b3ea99a1dfcad56bb06af4d35527bf0c | |
| parent | 87c47488d02fcace4da0d468cd9ddd1651b7949e (diff) | |
| download | cgit-ch/unused.tar.gz | |
ui-repolist: remove unused variablech/unused
Reviewed-by: John Keeping <john@keeping.me.uk>
Fixes: 87c4748 (ui-repolist: properly sort by age, 2017-03-30)
| -rw-r--r-- | ui-repolist.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui-repolist.c b/ui-repolist.c index 20a4f56..7272e87 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -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) { |
