]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove all traces of the now-defunct ThreadArchAux type.
authorNicholas Nethercote <njn@valgrind.org>
Fri, 13 May 2005 21:44:07 +0000 (21:44 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Fri, 13 May 2005 21:44:07 +0000 (21:44 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3695

coregrind/amd64/core_arch.h
coregrind/arm/core_arch.h
coregrind/core.h

index e23f515036608d5626129283ee8721972ac229ab..78aa7537e4efb28b9385d39cf5c98b5e5f2e53d1 100644 (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
    ------------------------------------------------------------------ */
index d20f10afb5012016e9896311ede53e8227251321..c1db1bfbe1a27292fde1b91bc665bed25443c942 100644 (file)
@@ -104,14 +104,6 @@ ThreadArchState;
 
 typedef VexGuestARMState VexGuestArchState;
 
-/* ---------------------------------------------------------------------
-   libpthread stuff
-   ------------------------------------------------------------------ */
-
-struct _ThreadArchAux {
-   // XXX: nothing?
-};
-
 /* ---------------------------------------------------------------------
    Miscellaneous constants
    ------------------------------------------------------------------ */
index c55ec5291057c3b8cb81a6daac11d8bc8a3870e4..8c6d2ca999dec9bc474e1adf674ff0641b0c06ef 100644 (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