diff options
author | Narayan Kamath <narayan@google.com> | 2014-06-13 08:50:06 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-06-10 21:18:16 +0000 |
commit | f8f419bfcdc62043a6fe6941166d1c5c74f21caa (patch) | |
tree | 130d45a204899bae06390889a289a0b7b5b2bd25 /include | |
parent | adb65d9add2b7350b563d4583c5efbe3f0f0aca1 (diff) | |
parent | 7da40c0a84dd89e92201448dd5ed3387dc94df2b (diff) | |
download | frameworks_native-f8f419bfcdc62043a6fe6941166d1c5c74f21caa.zip frameworks_native-f8f419bfcdc62043a6fe6941166d1c5c74f21caa.tar.gz frameworks_native-f8f419bfcdc62043a6fe6941166d1c5c74f21caa.tar.bz2 |
Merge "Remove Parcel::writeIntPtr."
Diffstat (limited to 'include')
-rw-r--r-- | include/binder/Parcel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/binder/Parcel.h b/include/binder/Parcel.h index 548fbf8..2ee99f8 100644 --- a/include/binder/Parcel.h +++ b/include/binder/Parcel.h @@ -97,7 +97,6 @@ public: status_t writeInt64(int64_t val); status_t writeFloat(float val); status_t writeDouble(double val); - status_t writeIntPtr(intptr_t val); status_t writeCString(const char* str); status_t writeString8(const String8& str); status_t writeString16(const String16& str); |