summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2020-10-14 19:36:03 -0400
committerRich Felker <dalias@aerifal.cx>2020-10-14 20:27:12 -0400
commit373376608394e4227b3a0027d06a8f0b39ddd40d (patch)
treef0e394fa2ac7ade09aaa2daf4d767981b0986181 /src
parent85e16aec51c343f64601b70a6081def69b9f87bc (diff)
downloadmusl-373376608394e4227b3a0027d06a8f0b39ddd40d.tar.gz
remove long-unused struct __timer from pthread_impl.h
commit 3990c5c6a40440cdb14746ac080d0ecf8d5d6733 removed the last reference.
Diffstat (limited to 'src')
-rw-r--r--src/internal/pthread_impl.h5
1 files changed, 0 insertions, 5 deletions
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]