* src/threads/native/threads.h (threadobject): Removed next and prev.
authortwisti <none@none>
Fri, 11 May 2007 18:23:27 +0000 (18:23 +0000)
committertwisti <none@none>
Fri, 11 May 2007 18:23:27 +0000 (18:23 +0000)
src/threads/native/threads.h

index e66295c1555b40e84e09bfe758b4b2db758d06d7..890b420603caa8b3b66e096e581eb01319700785 100644 (file)
@@ -22,7 +22,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: threads.h 7885 2007-05-07 21:29:55Z twisti $
+   $Id: threads.h 7897 2007-05-11 18:23:27Z twisti $
 
 */
 
@@ -106,9 +106,6 @@ struct threadobject {
 
        lock_execution_env_t  ee;           /* data for the lock implementation   */
 
-       threadobject         *next;         /* next thread in list, or self       */
-       threadobject         *prev;         /* prev thread in list, or self       */
-
        ptrint                thinlock;     /* pre-computed thin lock value       */
 
        s4                    index;        /* thread index, starting with 1      */