ccan.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] timer: remove unnecessary dependency on likely
@ 2018-06-08  2:45 Eric Wong
  2018-06-12  2:36 ` David Gibson
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Wong @ 2018-06-08  2:45 UTC (permalink / raw)
  To: ccan

I don't see likely/unlikely being used by ccan/timer or any of its
dependencies right now.

Running `tools/ccanlint/ccanlint ccan/timer' reveals no regressions

Signed-off-by: Eric Wong <normalperson@yhbt.net>
---
 ccan/timer/_info   | 1 -
 ccan/timer/timer.c | 1 -
 2 files changed, 2 deletions(-)

diff --git a/ccan/timer/_info b/ccan/timer/_info
index 9f5ec7a2..d76a7e67 100644
--- a/ccan/timer/_info
+++ b/ccan/timer/_info
@@ -70,7 +70,6 @@ int main(int argc, char *argv[])
 	if (strcmp(argv[1], "depends") == 0) {
 		printf("ccan/array_size\n");
 		printf("ccan/ilog\n");
-		printf("ccan/likely\n");
 		printf("ccan/list\n");
 		printf("ccan/time\n");
 		return 0;
diff --git a/ccan/timer/timer.c b/ccan/timer/timer.c
index 91f46393..84d7aa14 100644
--- a/ccan/timer/timer.c
+++ b/ccan/timer/timer.c
@@ -2,7 +2,6 @@
 #include <ccan/timer/timer.h>
 #include <ccan/array_size/array_size.h>
 #include <ccan/ilog/ilog.h>
-#include <ccan/likely/likely.h>
 #include <stdlib.h>
 #include <stdio.h>
 
-- 
EW
_______________________________________________
ccan mailing list
ccan@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/ccan

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

end of thread, other threads:[~2018-06-12  2:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-08  2:45 [PATCH] timer: remove unnecessary dependency on likely Eric Wong
2018-06-12  2:36 ` David Gibson

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