mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 18:56:10 +00:00
Remove all traces of the now-defunct ThreadArchAux type.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3695
This commit is contained in:
parent
badf763112
commit
e0ff8aaea9
@ -103,17 +103,6 @@ typedef
|
||||
|
||||
typedef VexGuestAMD64State VexGuestArchState;
|
||||
|
||||
/* ---------------------------------------------------------------------
|
||||
libpthread stuff
|
||||
------------------------------------------------------------------ */
|
||||
|
||||
// ToDo XXX??? not at all sure about this...
|
||||
struct _ThreadArchAux {
|
||||
// void* tls_data;
|
||||
// int tls_segment;
|
||||
// unsigned long sysinfo;
|
||||
};
|
||||
|
||||
/* ---------------------------------------------------------------------
|
||||
Miscellaneous constants
|
||||
------------------------------------------------------------------ */
|
||||
|
||||
@ -104,14 +104,6 @@ ThreadArchState;
|
||||
|
||||
typedef VexGuestARMState VexGuestArchState;
|
||||
|
||||
/* ---------------------------------------------------------------------
|
||||
libpthread stuff
|
||||
------------------------------------------------------------------ */
|
||||
|
||||
struct _ThreadArchAux {
|
||||
// XXX: nothing?
|
||||
};
|
||||
|
||||
/* ---------------------------------------------------------------------
|
||||
Miscellaneous constants
|
||||
------------------------------------------------------------------ */
|
||||
|
||||
@ -907,8 +907,6 @@ extern Int VGA_(ptrace_setregs_from_tst) ( Int pid, ThreadArchState* arch );
|
||||
// Used by leakcheck
|
||||
extern void VGA_(mark_from_registers)(ThreadId tid, void (*marker)(Addr));
|
||||
|
||||
////typedef struct _ThreadArchAux ThreadArchAux;
|
||||
|
||||
|
||||
// ---------------------------------------------------------------------
|
||||
// Platform-specific things defined in eg. x86/*.c
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user