summaryrefslogtreecommitdiffstats
path: root/core/combo/include/arch/linux-x86
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2015-01-27 14:34:36 -0800
committerYabin Cui <yabinc@google.com>2015-01-27 14:34:36 -0800
commit0d1f0f8e5af89348c7c43b744dbe50433810ed0f (patch)
treeb71cd4f301c4277fa72bd832abfcc0e2e125aa9e /core/combo/include/arch/linux-x86
parent1b140e16e1d8dd022331242fcd5a3a1e8548fa4b (diff)
downloadbuild-0d1f0f8e5af89348c7c43b744dbe50433810ed0f.zip
build-0d1f0f8e5af89348c7c43b744dbe50433810ed0f.tar.gz
build-0d1f0f8e5af89348c7c43b744dbe50433810ed0f.tar.bz2
Kill HAVE_PTHREADS.
Bug: 19083585 Change-Id: I5be0d2f95c3c45e7f67de6a8daeb49709ef1f9e9
Diffstat (limited to 'core/combo/include/arch/linux-x86')
-rw-r--r--core/combo/include/arch/linux-x86/AndroidConfig.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/core/combo/include/arch/linux-x86/AndroidConfig.h b/core/combo/include/arch/linux-x86/AndroidConfig.h
index c6b02d0..a2897bc 100644
--- a/core/combo/include/arch/linux-x86/AndroidConfig.h
+++ b/core/combo/include/arch/linux-x86/AndroidConfig.h
@@ -33,15 +33,6 @@
*/
/*
- * Threading model. Choose one:
- *
- * HAVE_PTHREADS - use the pthreads library.
- * HAVE_WIN32_THREADS - use Win32 thread primitives.
- * -- combine HAVE_CREATETHREAD, HAVE_CREATEMUTEX, and HAVE__BEGINTHREADEX
- */
-#define HAVE_PTHREADS
-
-/*
* We need to choose between 32-bit and 64-bit off_t. All of our code should
* agree on the same size. For desktop systems, use 64-bit values,
* because some of our libraries (e.g. wxWidgets) expect to be built that way.