Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3405403 authored by Carl Shapiro's avatar Carl Shapiro
Browse files

Remove an obsolete compatibility macro.

Change-Id: Ibeae0986b6c68f40e414917405a31cc0ad810fc4
parent d0645bf0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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"