|
From: <sv...@va...> - 2005-05-19 00:36:24
|
Author: njn
Date: 2005-05-19 01:36:20 +0100 (Thu, 19 May 2005)
New Revision: 3774
Modified:
trunk/coregrind/core.h
Log:
Remove dead field.
Modified: trunk/coregrind/core.h
=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/core.h 2005-05-19 00:25:45 UTC (rev 3773)
+++ trunk/coregrind/core.h 2005-05-19 00:36:20 UTC (rev 3774)
@@ -247,10 +247,6 @@
be set while Thread is in VgTs_WaitSys. */
Int syscallno;
=20
- /* A value the Tool wants to pass from its pre-syscall to its
- post-syscall function. */
- void *tool_pre_syscall_value;
-
/* Client stacks. When a thread slot is freed, we don't deallocate i=
ts
stack; we just leave it lying around for the next use of the
slot. If the next use of the slot requires a larger stack,
|