|
From: <sv...@va...> - 2005-05-14 23:28:46
|
Author: njn
Date: 2005-05-15 00:28:42 +0100 (Sun, 15 May 2005)
New Revision: 3714
Modified:
trunk/coregrind/vg_scheduler.c
Log:
Remove call to VGA_(cleanup_thread)() from VG_(exit_thread)(), since
mostly_clear_thread_record() calls it anyway.
Modified: trunk/coregrind/vg_scheduler.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/vg_scheduler.c 2005-05-14 23:10:37 UTC (rev 3713)
+++ trunk/coregrind/vg_scheduler.c 2005-05-14 23:28:42 UTC (rev 3714)
@@ -350,8 +350,6 @@
vg_assert(VG_(is_running_thread)(tid));
vg_assert(VG_(is_exiting)(tid));
=20
- VGA_(cleanup_thread)( &VG_(threads)[tid].arch );
-
mostly_clear_thread_record(tid);
running_tid =3D VG_INVALID_THREADID;
=20
|