You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2016/04/11 23:25:56 UTC

[26/28] incubator-mynewt-core git commit: Get rid of unimplemented function declarations.

Get rid of unimplemented function declarations.


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/a2648def
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/a2648def
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/a2648def

Branch: refs/heads/develop
Commit: a2648def138c4b66ccfd674baf9bb41197a7f612
Parents: 40aefcc
Author: Neel Natu <ne...@nahannisys.com>
Authored: Thu Apr 7 11:48:51 2016 -0700
Committer: Neel Natu <ne...@nahannisys.com>
Committed: Thu Apr 7 11:48:51 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/a2648def/libs/os/include/os/os_callout.h
----------------------------------------------------------------------
diff --git a/libs/os/include/os/os_callout.h b/libs/os/include/os/os_callout.h
index 7aab7c9..ce85855 100644
--- a/libs/os/include/os/os_callout.h
+++ b/libs/os/include/os/os_callout.h
@@ -45,8 +45,6 @@ void os_callout_stop(struct os_callout *);
 int os_callout_reset(struct os_callout *, int32_t);
 void os_callout_tick(void);
 os_time_t os_callout_wakeup_ticks(os_time_t now);
-void os_callout_drift_set(int drift);
-int os_callout_drift_get(void);
 
 static inline int
 os_callout_queued(struct os_callout *c)