summaryrefslogtreecommitdiff
path: root/schedsim/shell/schedsim_smpsimple/add_commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'schedsim/shell/schedsim_smpsimple/add_commands.c')
-rw-r--r--schedsim/shell/schedsim_smpsimple/add_commands.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/schedsim/shell/schedsim_smpsimple/add_commands.c b/schedsim/shell/schedsim_smpsimple/add_commands.c
index e95f395..ad1dde2 100644
--- a/schedsim/shell/schedsim_smpsimple/add_commands.c
+++ b/schedsim/shell/schedsim_smpsimple/add_commands.c
@@ -18,7 +18,6 @@
#include "rtems_sched.h"
extern int main_dump_ready_tasks(int argc, char **argv);
-extern int main_dump_all_cpus(int argc, char **argv);
extern int main_set_current_cpu(int argc, char **argv);
extern int main_dispatch(int argc, char **argv);
@@ -35,14 +34,6 @@ void add_commands(void)
assert( cmd );
cmd = rtems_shell_add_cmd(
- "cpus",
- "rtems",
- "no args",
- main_dump_all_cpus
- );
- assert( cmd );
-
- cmd = rtems_shell_add_cmd(
"current_cpu",
"rtems",
"number",