From dc00c44d46875f6759032c782789ee09ae886f16 Mon Sep 17 00:00:00 2001 From: Alexander Potapenko Date: Tue, 22 Jan 2013 10:32:06 +0000 Subject: [PATCH] [ASan] Remove the declarations of pthread_workqueue_t and pthread_workitem_handle_t, which are used no more. Kudos to Jeremy Huddleston Sequoia llvm-svn: 173143 --- compiler-rt/lib/asan/asan_mac.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/compiler-rt/lib/asan/asan_mac.cc b/compiler-rt/lib/asan/asan_mac.cc index 8e90303..4c6f5d3 100644 --- a/compiler-rt/lib/asan/asan_mac.cc +++ b/compiler-rt/lib/asan/asan_mac.cc @@ -228,9 +228,6 @@ mach_error_t __interception_deallocate_island(void *ptr) { // The implementation details are at // http://libdispatch.macosforge.org/trac/browser/trunk/src/queue.c -typedef void* pthread_workqueue_t; -typedef void* pthread_workitem_handle_t; - typedef void* dispatch_group_t; typedef void* dispatch_queue_t; typedef void* dispatch_source_t; -- 2.7.4