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