diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2011-04-23 01:48:25 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-04-25 18:57:02 -0700 |
commit | 3e253c603bc18f06fa48b611797eb5a7c8a96fe4 (patch) | |
tree | 86464a07dc97a6d19d17b18df1d5261d742798c6 /hw/xquartz/Makefile.am | |
parent | a52c8078c9cc83c84a8c6eb58810f49bdb90bcc1 (diff) |
XQuartz: Remove the threadSafety dead-ish code
It's been a few years now since we've needed this to debug thread
boundaries, so punt it out to clean up the namespace polution.
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'hw/xquartz/Makefile.am')
-rw-r--r-- | hw/xquartz/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/hw/xquartz/Makefile.am b/hw/xquartz/Makefile.am index 61b04e0e1..76f624d78 100644 --- a/hw/xquartz/Makefile.am +++ b/hw/xquartz/Makefile.am @@ -33,8 +33,7 @@ libXquartz_la_SOURCES = \ quartzCocoa.m \ quartzKeyboard.c \ quartzStartup.c \ - quartzRandR.c \ - threadSafety.c + quartzRandR.c EXTRA_DIST = \ X11Application.h \ @@ -50,5 +49,4 @@ EXTRA_DIST = \ quartzKeyboard.h \ quartzRandR.h \ sanitizedCarbon.h \ - sanitizedCocoa.h \ - threadSafety.h + sanitizedCocoa.h |