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