From e0ff8aaea9a5a0cc2c7cc9f48c15c2c79fe4dbef Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Fri, 13 May 2005 21:44:07 +0000 Subject: [PATCH] Remove all traces of the now-defunct ThreadArchAux type. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3695 --- coregrind/amd64/core_arch.h | 11 ----------- coregrind/arm/core_arch.h | 8 -------- coregrind/core.h | 2 -- 3 files changed, 21 deletions(-) diff --git a/coregrind/amd64/core_arch.h b/coregrind/amd64/core_arch.h index e23f51503..78aa7537e 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 d20f10afb..c1db1bfbe 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 c55ec5291..8c6d2ca99 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