From 09e98af110364edc6092b4c8320fbe212d5d5b73 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 4 May 2019 19:04:32 -0400 Subject: [PATCH] Removed a stale TODO caused by inaccurate timer code (that was in response to the old clock()-based Unix code). --- test/initmain.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/initmain.c b/test/initmain.c index 46ec5ddf..b60757c7 100644 --- a/test/initmain.c +++ b/test/initmain.c @@ -56,7 +56,6 @@ static void queued(void *data) uiQuit(); } -// TODO the timing for this is strange because it is the first to call uiMain() testingTest(QueueMain) { int flag = 0;