summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/main_wkspaceinfo.c
diff options
context:
space:
mode:
authorJennifer Averett <Jennifer.Averett@OARcorp.com>2008-01-07 18:10:57 +0000
committerJennifer Averett <Jennifer.Averett@OARcorp.com>2008-01-07 18:10:57 +0000
commitb1ebcb6cc80fedccae9b862e00cfeda05e5c1c2a (patch)
tree4ca387f43d35e7665fae0441db5a420a3221cdec /cpukit/libmisc/shell/main_wkspaceinfo.c
parent2008-01-07 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-b1ebcb6cc80fedccae9b862e00cfeda05e5c1c2a.tar.bz2
Revert accidental commit of test code.
Diffstat (limited to 'cpukit/libmisc/shell/main_wkspaceinfo.c')
-rw-r--r--cpukit/libmisc/shell/main_wkspaceinfo.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/libmisc/shell/main_wkspaceinfo.c b/cpukit/libmisc/shell/main_wkspaceinfo.c
index 5defe8ae7d..e3b3492d39 100644
--- a/cpukit/libmisc/shell/main_wkspaceinfo.c
+++ b/cpukit/libmisc/shell/main_wkspaceinfo.c
@@ -36,8 +36,6 @@ int rtems_shell_main_wkspace_info(
rtems_shell_print_heap_info( "free", &info.Free );
rtems_shell_print_heap_info( "used", &info.Used );
- classinfo_tester();
- decode_id( _Thread_Executing->Object.id );
return 0;
}