Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop fcc53ee44 -> 06c02a55d


kernel/os; remove obsolete macro from os_callout.h


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/b982aadc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/b982aadc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/b982aadc

Branch: refs/heads/develop
Commit: b982aadca1d67ead266e8ade39a577ded0a6f5cd
Parents: fcc53ee
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Mon Nov 7 16:11:54 2016 -0800
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Mon Nov 7 16:11:54 2016 -0800

----------------------------------------------------------------------
 kernel/os/include/os/os_callout.h | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/b982aadc/kernel/os/include/os/os_callout.h
----------------------------------------------------------------------
diff --git a/kernel/os/include/os/os_callout.h 
b/kernel/os/include/os/os_callout.h
index a56654f..3d4e162 100644
--- a/kernel/os/include/os/os_callout.h
+++ b/kernel/os/include/os/os_callout.h
@@ -36,8 +36,6 @@ struct os_callout {
     TAILQ_ENTRY(os_callout) c_next;
 };
 
-#define CF_ARG(__cf) ((__cf)->cf_c.c_ev.ev_arg)
-
 void os_callout_init(struct os_callout *cf, struct os_eventq *evq,
                      os_event_fn *ev_cb, void *ev_arg);
 void os_callout_stop(struct os_callout *);

Reply via email to