From: Alexander Potapenko Date: Tue, 22 Jan 2013 10:32:06 +0000 (+0000) Subject: [ASan] Remove the declarations of pthread_workqueue_t and pthread_workitem_handle_t... X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dc00c44d46875f6759032c782789ee09ae886f16;p=platform%2Fupstream%2Fllvm.git [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 --- 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;