From: Nicholas Nethercote Date: Thu, 19 May 2005 00:36:20 +0000 (+0000) Subject: Remove dead field. X-Git-Tag: svn/VALGRIND_3_0_0~544 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f8fb05c0c165172ed4f5ca67577eeab36aabfe79;p=thirdparty%2Fvalgrind.git Remove dead field. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3774 --- diff --git a/coregrind/core.h b/coregrind/core.h index 1081ea178c..795a0c3ce4 100644 --- a/coregrind/core.h +++ b/coregrind/core.h @@ -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,