]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove dead field.
authorNicholas Nethercote <njn@valgrind.org>
Thu, 19 May 2005 00:36:20 +0000 (00:36 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Thu, 19 May 2005 00:36:20 +0000 (00:36 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3774

coregrind/core.h

index 1081ea178c979e1de06e9a2ce0890e60dad6fc28..795a0c3ce4a3b386654ee1a8618db9816945e4a4 100644 (file)
@@ -247,10 +247,6 @@ typedef struct {
       be set while Thread is in VgTs_WaitSys. */
    Int syscallno;
 
-   /* 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 its
       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,