From 523a941d19374d4487e504db519114df07d9b480 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Mon, 19 Nov 2012 19:33:32 -0800 Subject: [PATCH] threads: remove todo (long overdue) --- threads.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/threads.cc b/threads.cc index dd2a598..3b793cf 100644 --- a/threads.cc +++ b/threads.cc @@ -34,8 +34,6 @@ Thread * thread_current(void) * Provides a startup wrapper for each thread, allowing some initial * model-checking data to be recorded. This method also gets around makecontext * not being 64-bit clean - * @todo We should make the START event always immediately follow the - * CREATE event, so we don't get redundant traces... */ void thread_startup() { -- 2.34.1