List for cgit developers and users
 help / color / mirror / Atom feed
* [PATCH 1/1] ui-repolist: remove unused variable
@ 2017-06-06 14:14 list
  2017-07-22 11:10 ` john
  2017-07-26  9:41 ` lfleischer
  0 siblings, 2 replies; 6+ messages in thread
From: list @ 2017-06-06 14:14 UTC (permalink / raw)


From: Christian Hesse <mail at eworm.de>

Signed-off-by: Christian Hesse <mail at eworm.de>
---
 ui-repolist.c | 1 -
 1 file changed, 1 deletion(-)

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-08-04 18:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-06 14:14 [PATCH 1/1] ui-repolist: remove unused variable list
2017-07-22 11:10 ` john
2017-07-26  9:41 ` lfleischer
2017-07-26 18:34   ` list
2017-07-26 23:03     ` Jason
2017-08-04 18:31       ` list

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).