From b1ebcb6cc80fedccae9b862e00cfeda05e5c1c2a Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Mon, 7 Jan 2008 18:10:57 +0000 Subject: [PATCH] Revert accidental commit of test code. --- cpukit/libmisc/shell/main_wkspaceinfo.c | 2 -- cpukit/libmisc/shell/shellconfig.h | 2 -- 2 files changed, 4 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; } diff --git a/cpukit/libmisc/shell/shellconfig.h b/cpukit/libmisc/shell/shellconfig.h index 5e827ff39e..d24fa3d93f 100644 --- a/cpukit/libmisc/shell/shellconfig.h +++ b/cpukit/libmisc/shell/shellconfig.h @@ -55,7 +55,6 @@ extern rtems_shell_cmd_t rtems_shell_STACKUSE_Command; extern rtems_shell_cmd_t rtems_shell_PERIODUSE_Command; extern rtems_shell_cmd_t rtems_shell_WKSPACE_INFO_Command; extern rtems_shell_cmd_t rtems_shell_MALLOC_INFO_Command; -extern rtems_shell_cmd_t rtems_shell_JOEL_Command; extern rtems_shell_cmd_t *rtems_shell_Initial_commands[]; @@ -305,7 +304,6 @@ extern rtems_shell_filesystems_t *rtems_shell_Mount_filesystems[]; &rtems_shell_MALLOC_INFO_Command, #endif - &rtems_shell_JOEL_Command, /* * User defined shell commands */