From b13547f5b00c60ad349d65a49a8658f6f7d16f35 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sat, 22 Jul 2017 22:32:12 -0400 Subject: [PATCH] removing unused --- simulator/main.c | 2 -- 1 file changed, 2 deletions(-) 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)