Remove all traces of the now-defunct ThreadArchAux type.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3695
This commit is contained in:
Nicholas Nethercote 2005-05-13 21:44:07 +00:00
parent badf763112
commit e0ff8aaea9
3 changed files with 0 additions and 21 deletions

View File

@ -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
------------------------------------------------------------------ */

View File

@ -104,14 +104,6 @@ ThreadArchState;
typedef VexGuestARMState VexGuestArchState;
/* ---------------------------------------------------------------------
libpthread stuff
------------------------------------------------------------------ */
struct _ThreadArchAux {
// XXX: nothing?
};
/* ---------------------------------------------------------------------
Miscellaneous constants
------------------------------------------------------------------ */

View File

@ -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