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:44 UTC

[14/28] incubator-mynewt-core git commit: Remove unused function declaration.

Remove unused function declaration.


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

Branch: refs/heads/develop
Commit: 1dcc28c70e81dc7897ac40a32f5f05ec1046f740
Parents: f3f5777
Author: Neel Natu <ne...@nahannisys.com>
Authored: Wed Apr 6 11:13:22 2016 -0700
Committer: Neel Natu <ne...@nahannisys.com>
Committed: Wed Apr 6 11:13:22 2016 -0700

----------------------------------------------------------------------
 libs/os/src/arch/cortex_m0/os_arch_arm.c | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/1dcc28c7/libs/os/src/arch/cortex_m0/os_arch_arm.c
----------------------------------------------------------------------
diff --git a/libs/os/src/arch/cortex_m0/os_arch_arm.c b/libs/os/src/arch/cortex_m0/os_arch_arm.c
index 36377ba..e8cf44f 100755
--- a/libs/os/src/arch/cortex_m0/os_arch_arm.c
+++ b/libs/os/src/arch/cortex_m0/os_arch_arm.c
@@ -22,9 +22,6 @@
 
 #include <bsp/cmsis_nvic.h>
 
-/* XXX*/
-extern void system_os_tick_init(uint32_t os_ticks_per_sec);
-
 /*
  * From HAL_CM0.s
  */