summaryrefslogtreecommitdiff
path: root/test/mutex.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mutex.c')
-rw-r--r--test/mutex.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/mutex.c b/test/mutex.c
index e795fa15b7..cc4202378c 100644
--- a/test/mutex.c
+++ b/test/mutex.c
@@ -118,11 +118,3 @@ void run_test(void)
{
task_wake(TASK_ID_MTX1);
}
-
-static int command_run_test(int argc, char **argv)
-{
- run_test();
- return EC_SUCCESS;
-}
-DECLARE_CONSOLE_COMMAND(runtest, command_run_test,
- NULL, NULL, NULL);