From 373376608394e4227b3a0027d06a8f0b39ddd40d Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Wed, 14 Oct 2020 19:36:03 -0400 Subject: remove long-unused struct __timer from pthread_impl.h commit 3990c5c6a40440cdb14746ac080d0ecf8d5d6733 removed the last reference. --- src/internal/pthread_impl.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src') diff --git a/src/internal/pthread_impl.h b/src/internal/pthread_impl.h index 10e29881..394dcb19 100644 --- a/src/internal/pthread_impl.h +++ b/src/internal/pthread_impl.h @@ -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] -- cgit v1.2.1