From: bdemsky Date: Tue, 2 Nov 2010 12:21:55 +0000 (+0000) Subject: fix so that profiling doesn't throw an error X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=367d8bb7692182de41d9d47633de90af2b2747ed;p=IRC.git fix so that profiling doesn't throw an error --- diff --git a/Robust/src/Runtime/workschedule.c b/Robust/src/Runtime/workschedule.c index 42821d65..a99c0032 100644 --- a/Robust/src/Runtime/workschedule.c +++ b/Robust/src/Runtime/workschedule.c @@ -373,9 +373,6 @@ void workScheduleBegin() { pthread_join( workerDataArray[i].workerThread, NULL ); } - // for the original, non-worker thread to close up its events - CP_EXIT(); - // write all thread's events to disk CP_DUMP(); }