[llvm-commits] [compiler-rt] r173143 - /compiler-rt/trunk/lib/asan/asan_mac.cc
Alexander Potapenko
glider at google.com
Tue Jan 22 02:32:06 PST 2013
Author: glider
Date: Tue Jan 22 04:32:06 2013
New Revision: 173143
URL: http://llvm.org/viewvc/llvm-project?rev=173143&view=rev
Log:
[ASan] Remove the declarations of pthread_workqueue_t and pthread_workitem_handle_t, which are used no more.
Kudos to Jeremy Huddleston Sequoia <jeremyhu at apple.com>
Modified:
compiler-rt/trunk/lib/asan/asan_mac.cc
Modified: compiler-rt/trunk/lib/asan/asan_mac.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/asan_mac.cc?rev=173143&r1=173142&r2=173143&view=diff
==============================================================================
--- compiler-rt/trunk/lib/asan/asan_mac.cc (original)
+++ compiler-rt/trunk/lib/asan/asan_mac.cc Tue Jan 22 04:32:06 2013
@@ -228,9 +228,6 @@
// 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;
More information about the llvm-commits
mailing list