summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/ratemonreportstatistics.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-14 17:37:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-14 17:37:12 +0000
commit115fb761dc2b2be70de70c80d2c5c88370bec963 (patch)
treeaf628913c22d9edf44e150c9251455ad74b37d5d /cpukit/rtems/src/ratemonreportstatistics.c
parent2007-12-14 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-115fb761dc2b2be70de70c80d2c5c88370bec963.tar.bz2
2007-12-14 Joel Sherrill <joel.sherrill@OARcorp.com>
* posix/src/sleep.c, posix/src/usleep.c: Add copyright header. * rtems/src/ratemonreportstatistics.c, rtems/src/timerserver.c: Minor cleanup to improve testability and eliminate dead code.
Diffstat (limited to 'cpukit/rtems/src/ratemonreportstatistics.c')
-rw-r--r--cpukit/rtems/src/ratemonreportstatistics.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/cpukit/rtems/src/ratemonreportstatistics.c b/cpukit/rtems/src/ratemonreportstatistics.c
index b26fce55ad..e8949f4b5e 100644
--- a/cpukit/rtems/src/ratemonreportstatistics.c
+++ b/cpukit/rtems/src/ratemonreportstatistics.c
@@ -114,8 +114,10 @@ ididididid NNNN ccccc mmmmmm X
/* If the above passed, so should this but check it anyway */
status = rtems_rate_monotonic_get_status( id, &the_status );
- if ( status != RTEMS_SUCCESSFUL )
- continue;
+ #if defined(RTEMS_DEBUG)
+ if ( status != RTEMS_SUCCESSFUL )
+ continue;
+ #endif
name[ 0 ] = '\0';