diff options
author | Lukas Larsson <[email protected]> | 2014-02-19 16:45:52 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2014-02-24 15:16:08 +0100 |
commit | 04e8415fa7174e69660f1349457ad473d2921c56 (patch) | |
tree | 4261c94a9e174fb3a63ad6966a64520b31385f4b /erts/include/internal | |
parent | 7687e5b3c015b4ac54914137ffed951100ebc9af (diff) | |
download | otp-04e8415fa7174e69660f1349457ad473d2921c56.tar.gz otp-04e8415fa7174e69660f1349457ad473d2921c56.tar.bz2 otp-04e8415fa7174e69660f1349457ad473d2921c56.zip |
ose: Remove uneccesary define
Diffstat (limited to 'erts/include/internal')
-rw-r--r-- | erts/include/internal/ethread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/include/internal/ethread.h b/erts/include/internal/ethread.h index 8512ba5884..7b06b8b231 100644 --- a/erts/include/internal/ethread.h +++ b/erts/include/internal/ethread.h @@ -219,7 +219,6 @@ typedef OSPPDKEY ethr_tsd_key; #define ETHR_HAVE_THREAD_NAMES #define ETHR_PPC_HAVE_NO_LWSYNC -#undef ETHR_HAVE_NATIVE_SPINLOCKS #else /* No supported thread lib found */ |