From: Nicholas Nethercote Date: Fri, 13 May 2005 21:44:07 +0000 (+0000) Subject: Remove all traces of the now-defunct ThreadArchAux type. X-Git-Tag: svn/VALGRIND_3_0_0~623 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e0ff8aaea9a5a0cc2c7cc9f48c15c2c79fe4dbef;p=thirdparty%2Fvalgrind.git Remove all traces of the now-defunct ThreadArchAux type. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3695 --- diff --git a/coregrind/amd64/core_arch.h b/coregrind/amd64/core_arch.h index e23f515036..78aa7537e4 100644 --- a/coregrind/amd64/core_arch.h +++ b/coregrind/amd64/core_arch.h @@ -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 ------------------------------------------------------------------ */ diff --git a/coregrind/arm/core_arch.h b/coregrind/arm/core_arch.h index d20f10afb5..c1db1bfbe1 100644 --- a/coregrind/arm/core_arch.h +++ b/coregrind/arm/core_arch.h @@ -104,14 +104,6 @@ ThreadArchState; typedef VexGuestARMState VexGuestArchState; -/* --------------------------------------------------------------------- - libpthread stuff - ------------------------------------------------------------------ */ - -struct _ThreadArchAux { - // XXX: nothing? -}; - /* --------------------------------------------------------------------- Miscellaneous constants ------------------------------------------------------------------ */ diff --git a/coregrind/core.h b/coregrind/core.h index c55ec52910..8c6d2ca999 100644 --- a/coregrind/core.h +++ b/coregrind/core.h @@ -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