diff --git a/simulator/main.c b/simulator/main.c index 61de2528c0..d6f7d2d4e3 100644 --- a/simulator/main.c +++ b/simulator/main.c @@ -24,8 +24,6 @@ bool main_loop_started = false; static thread_t *cdtp; -//static thread_t *shelltp1; -//static thread_t *shelltp2; #define cputs(msg) chMsgSend(cdtp, (msg_t)msg)