--- src/lib/libthread_xu/thread/thr_symbols.c 2005/02/01 12:38:27 1.1 +++ src/lib/libthread_xu/thread/thr_symbols.c 2005/03/29 19:26:20 1.2 @@ -53,7 +53,6 @@ int _thread_size_key = sizeof(struct pth int _thread_off_key_allocated = offsetof(struct pthread_key, allocated); int _thread_off_key_destructor = offsetof(struct pthread_key, destructor); int _thread_max_keys = PTHREAD_KEYS_MAX; -int _thread_off_dtv = DTV_OFFSET; int _thread_off_state = offsetof(struct pthread, state); int _thread_state_running = PS_RUNNING; int _thread_state_zoombie = PS_DEAD;