commit | a3405403a0e3c6337da6f8658d76a026b7290863 | [log] [tgz] |
---|---|---|
author | Carl Shapiro <cshapiro@google.com> | Wed Jun 30 16:49:08 2010 -0700 |
committer | Carl Shapiro <cshapiro@google.com> | Wed Jun 30 16:49:08 2010 -0700 |
tree | beedd27b94aba172fde97e4835e53c91451b6563 | |
parent | d0645bf0cc76ef7be11cf77a8e1995233a1972e4 [diff] |
Remove an obsolete compatibility macro. Change-Id: Ibeae0986b6c68f40e414917405a31cc0ad810fc4
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"