diff options
| author | Carl Shapiro <cshapiro@google.com> | 2010-06-30 16:49:08 -0700 |
|---|---|---|
| committer | Carl Shapiro <cshapiro@google.com> | 2010-06-30 16:49:08 -0700 |
| commit | a3405403a0e3c6337da6f8658d76a026b7290863 (patch) | |
| tree | beedd27b94aba172fde97e4835e53c91451b6563 /include/cutils | |
| parent | d0645bf0cc76ef7be11cf77a8e1995233a1972e4 (diff) | |
| download | core-a3405403a0e3c6337da6f8658d76a026b7290863.tar.gz core-a3405403a0e3c6337da6f8658d76a026b7290863.tar.bz2 core-a3405403a0e3c6337da6f8658d76a026b7290863.zip | |
Remove an obsolete compatibility macro.
Change-Id: Ibeae0986b6c68f40e414917405a31cc0ad810fc4
Diffstat (limited to 'include/cutils')
| -rw-r--r-- | include/cutils/atomic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/cutils/atomic.h b/include/cutils/atomic.h index d7c4a3546..38668486e 100644 --- a/include/cutils/atomic.h +++ b/include/cutils/atomic.h @@ -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" |
