You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2018/11/08 10:06:09 UTC

[mynewt-core] 03/03: hw/sensor: Remove unused semaphore

This is an automated email from the ASF dual-hosted git repository.

andk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit b59629b5df172992edaa2081d6900b469c901393
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Wed Nov 7 10:49:37 2018 +0100

    hw/sensor: Remove unused semaphore
---
 hw/sensor/src/sensor_shell.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hw/sensor/src/sensor_shell.c b/hw/sensor/src/sensor_shell.c
index 64dfc43..5c965d8 100644
--- a/hw/sensor/src/sensor_shell.c
+++ b/hw/sensor/src/sensor_shell.c
@@ -48,7 +48,6 @@ static struct shell_cmd shell_sensor_cmd = {
     .sc_cmd_func = sensor_cmd_exec
 };
 
-struct os_sem g_sensor_shell_sem;
 struct sensor_poll_data {
     int spd_nsamples;
     int spd_poll_itvl;