summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/gthr-solaris.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/gthr-solaris.h')
-rw-r--r--contrib/gcc/gthr-solaris.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/gcc/gthr-solaris.h b/contrib/gcc/gthr-solaris.h
index 726223d..33ddf7a 100644
--- a/contrib/gcc/gthr-solaris.h
+++ b/contrib/gcc/gthr-solaris.h
@@ -417,13 +417,6 @@ __gthread_key_create (__gthread_key_t *key, void (*dtor) (void *))
}
static inline int
-__gthread_key_dtor (__gthread_key_t key, void *ptr)
-{
- /* Nothing needed. */
- return 0;
-}
-
-static inline int
__gthread_key_delete (__gthread_key_t key)
{
/* Not possible. */
OpenPOWER on IntegriCloud