List for cgit developers and users
 help / color / mirror / Atom feed
* [PATCH] Remove unused variable from sort_section()
@ 2017-04-05  4:38 lfleischer
  2017-04-05 10:28 ` Jason
  0 siblings, 1 reply; 3+ messages in thread
From: lfleischer @ 2017-04-05  4:38 UTC (permalink / raw)


Signed-off-by: Lukas Fleischer <lfleischer at lfos.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.12.2



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

* [PATCH] Remove unused variable from sort_section()
  2017-04-05  4:38 [PATCH] Remove unused variable from sort_section() lfleischer
@ 2017-04-05 10:28 ` Jason
  2017-04-08 12:49   ` lfleischer
  0 siblings, 1 reply; 3+ messages in thread
From: Jason @ 2017-04-05 10:28 UTC (permalink / raw)


Looks good to me.


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

* [PATCH] Remove unused variable from sort_section()
  2017-04-05 10:28 ` Jason
@ 2017-04-08 12:49   ` lfleischer
  0 siblings, 0 replies; 3+ messages in thread
From: lfleischer @ 2017-04-08 12:49 UTC (permalink / raw)


On Wed, 05 Apr 2017 at 12:28:28, Jason A. Donenfeld wrote:
> Looks good to me.

Queued on lf/for-jason.


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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-05  4:38 [PATCH] Remove unused variable from sort_section() lfleischer
2017-04-05 10:28 ` Jason
2017-04-08 12:49   ` lfleischer

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).