remove long-unused struct __timer from pthread_impl.h
authorRich Felker <dalias@aerifal.cx>
Wed, 14 Oct 2020 23:36:03 +0000 (19:36 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 15 Oct 2020 00:27:12 +0000 (20:27 -0400)
commit 3990c5c6a40440cdb14746ac080d0ecf8d5d6733 removed the last
reference.

src/internal/pthread_impl.h

index 10e2988..394dcb1 100644 (file)
@@ -73,11 +73,6 @@ enum {
        DT_DETACHED,
 };
 
-struct __timer {
-       int timerid;
-       pthread_t thread;
-};
-
 #define __SU (sizeof(size_t)/sizeof(int))
 
 #define _a_stacksize __u.__s[0]