Просмотр исходного кода

remove long-unused struct __timer from pthread_impl.h

commit 3990c5c6a40440cdb14746ac080d0ecf8d5d6733 removed the last
reference.
Rich Felker 4 лет назад
Родитель
Сommit
3733766083
1 измененных файлов с 0 добавлено и 5 удалено
  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]