summaryrefslogtreecommitdiffstats
path: root/include/binder
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2014-06-12 15:24:06 +0100
committerNarayan Kamath <narayan@google.com>2014-06-12 15:26:39 +0100
commit7da40c0a84dd89e92201448dd5ed3387dc94df2b (patch)
treebdf734aa97b0c58e40671149fac7bfa6d82fdad1 /include/binder
parent1210f2ab822e4c24333abd4af498ff20af0224fa (diff)
downloadframeworks_native-7da40c0a84dd89e92201448dd5ed3387dc94df2b.zip
frameworks_native-7da40c0a84dd89e92201448dd5ed3387dc94df2b.tar.gz
frameworks_native-7da40c0a84dd89e92201448dd5ed3387dc94df2b.tar.bz2
Remove Parcel::writeIntPtr.
All uses of this API have been removed. It should never have been made public in the first place. bug: 15424960 Change-Id: Id07d24ec95b2b393e6da138a7e8a9a4ecebeca94
Diffstat (limited to 'include/binder')
-rw-r--r--include/binder/Parcel.h1
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);