You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by st...@apache.org on 2015/11/13 01:20:40 UTC

incubator-mynewt-larva git commit: remove some leftovers.

Repository: incubator-mynewt-larva
Updated Branches:
  refs/heads/master 777d91e9b -> 9f8e83276


remove some leftovers.


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

Branch: refs/heads/master
Commit: 9f8e8327627c062d7c38f6facc2ab9a9da335856
Parents: 777d91e
Author: Sterling Hughes <st...@apache.org>
Authored: Thu Nov 12 16:20:31 2015 -0800
Committer: Sterling Hughes <st...@apache.org>
Committed: Thu Nov 12 16:20:31 2015 -0800

----------------------------------------------------------------------
 libs/util/src/stats.c | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/9f8e8327/libs/util/src/stats.c
----------------------------------------------------------------------
diff --git a/libs/util/src/stats.c b/libs/util/src/stats.c
index 1cdd337..2ecc073 100644
--- a/libs/util/src/stats.c
+++ b/libs/util/src/stats.c
@@ -29,14 +29,10 @@
 
 STATS_SECT_START(stats)
     STATS_SECT_ENTRY(num_registered)
-    STATS_SECT_ENTRY(garbage1)
-    STATS_SECT_ENTRY(garbage2)
 STATS_SECT_END(stats)
 
 STATS_NAME_START(stats)
     STATS_NAME(stats, num_registered)
-    STATS_NAME(stats, garbage1)
-    STATS_NAME(stats, garbage2)
 STATS_NAME_END(stats)
 
 STAILQ_HEAD(, stats_hdr) g_stats_registry =