Explorar o código

remove long-unused struct __timer from pthread_impl.h

commit 3990c5c6a40440cdb14746ac080d0ecf8d5d6733 removed the last
reference.
Rich Felker %!s(int64=4) %!d(string=hai) anos
pai
achega
3733766083
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      src/internal/pthread_impl.h

+ 0 - 5
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]