Remove an obsolete compatibility macro.
Change-Id: Ibeae0986b6c68f40e414917405a31cc0ad810fc4
This commit is contained in:
parent
d0645bf0cc
commit
a3405403a0
|
@ -120,7 +120,6 @@ int android_atomic_release_cas(int32_t oldvalue, int32_t newvalue,
|
|||
*/
|
||||
#define android_atomic_write android_atomic_release_store
|
||||
#define android_atomic_cmpxchg android_atomic_release_cas
|
||||
#define android_atomic_swap android_atomic_release_swap
|
||||
|
||||
#ifdef __cplusplus
|
||||
} // extern "C"
|
||||
|
|
Loading…
Reference in New Issue