summaryrefslogtreecommitdiffstats
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.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/schedsim/shell/schedsim_smpsimple/add_commands.c b/schedsim/shell/schedsim_smpsimple/add_commands.c
index f975da7..1221df5 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_dispatch(int argc, char **argv);
void add_commands(void)
{
@@ -31,13 +30,4 @@ void add_commands(void)
main_dump_ready_tasks
);
assert( cmd );
-
- cmd = rtems_shell_add_cmd(
- "dispatch",
- "rtems",
- "",
- main_dispatch
- );
- assert( cmd );
-
}