[ASan] Remove the declarations of pthread_workqueue_t and pthread_workitem_handle_t...
authorAlexander Potapenko <glider@google.com>
Tue, 22 Jan 2013 10:32:06 +0000 (10:32 +0000)
committerAlexander Potapenko <glider@google.com>
Tue, 22 Jan 2013 10:32:06 +0000 (10:32 +0000)
Kudos to Jeremy Huddleston Sequoia <jeremyhu@apple.com>

llvm-svn: 173143

compiler-rt/lib/asan/asan_mac.cc

index 8e90303..4c6f5d3 100644 (file)
@@ -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;