commit | 64e76cc63716b2ae844587c6567a0fc05bd37abd | [log] [tgz] |
---|---|---|
author | Carl Shapiro <cshapiro@google.com> | Thu Jul 01 13:30:48 2010 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Jul 01 13:30:48 2010 -0700 |
tree | 94ad62b28143827eaef0a6494a0d346dd2897a54 | |
parent | 7ae24be753f5d4a2fc00e1c408a6aca5edd17acb [diff] | |
parent | a3405403a0e3c6337da6f8658d76a026b7290863 [diff] |
Merge "Remove an obsolete compatibility macro."
diff --git a/include/cutils/atomic.h b/include/cutils/atomic.h index d7c4a35..3866848 100644 --- a/include/cutils/atomic.h +++ b/include/cutils/atomic.h
@@ -120,7 +120,6 @@ */ #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"