From: Brian Norris Date: Tue, 20 Nov 2012 03:33:32 +0000 (-0800) Subject: threads: remove todo (long overdue) X-Git-Tag: oopsla2013~502 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=523a941d19374d4487e504db519114df07d9b480;p=model-checker.git threads: remove todo (long overdue) --- 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() {