Browse Source

remove largish unused field from pthread structure

Rich Felker 8 years ago
parent
commit
6f1866768a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/internal/pthread_impl.h

+ 0 - 1
src/internal/pthread_impl.h

@@ -30,7 +30,6 @@ struct pthread {
 	void *result;
 	struct __ptcb *cancelbuf;
 	void **tsd;
-	pthread_attr_t attr;
 	volatile int dead;
 	struct {
 		volatile void *volatile head;