summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'libcutils/threads.cpp')
-rw-r--r--libcutils/threads.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcutils/threads.cpp b/libcutils/threads.cpp
index beea8bdfc..a7e6b2d8e 100644
--- a/libcutils/threads.cpp
+++ b/libcutils/threads.cpp
@@ -84,7 +84,7 @@ void* thread_store_get( thread_store_t* store )
84 84
85void thread_store_set( thread_store_t* store, 85void thread_store_set( thread_store_t* store,
86 void* value, 86 void* value,
87 thread_store_destruct_t destroy ) 87 thread_store_destruct_t /*destroy*/ )
88{ 88{
89 /* XXX: can't use destructor on thread exit */ 89 /* XXX: can't use destructor on thread exit */
90 if (!store->lock_init) { 90 if (!store->lock_init) {