remove largish unused field from pthread structure
authorRich Felker <dalias@aerifal.cx>
Wed, 7 Dec 2016 03:57:15 +0000 (22:57 -0500)
committerRich Felker <dalias@aerifal.cx>
Wed, 7 Dec 2016 03:57:15 +0000 (22:57 -0500)
src/internal/pthread_impl.h

index 7a679db..757b86a 100644 (file)
@@ -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;