summaryrefslogtreecommitdiff
path: root/Parcel.cpp
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2020-03-04 16:20:58 -0800
committerSteven Moreland <smoreland@google.com>2020-03-04 16:25:09 -0800
commitaf0483092713c64620c0d894e4506ecd15e3eec1 (patch)
tree58ff3a01af8fcbb5cfa7a4b5ee0523a94892bdcb /Parcel.cpp
parent9f0868bed979542238a95e24c5ea45cdf287aa9d (diff)
downloadlibhwbinder-af0483092713c64620c0d894e4506ecd15e3eec1.tar.gz
Remove Parcel::remove.
This function simply aborts, with no indication of what it should do. Bug: 149989072 Test: libhwbinder builds (cherry picked from commit 80afc6f3f15825c06687db6f3bed044515a8c62e) Change-Id: Ia82477023b872b3581a6fb56460156025f9689b9
Diffstat (limited to 'Parcel.cpp')
-rw-r--r--Parcel.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Parcel.cpp b/Parcel.cpp
index 7bf10c7..3cd7c17 100644
--- a/Parcel.cpp
+++ b/Parcel.cpp
@@ -882,11 +882,6 @@ status_t Parcel::writeEmbeddedNativeHandle(const native_handle_t *handle,
parent_buffer_handle, parent_offset);
}
-void Parcel::remove(size_t /*start*/, size_t /*amt*/)
-{
- LOG_ALWAYS_FATAL("Parcel::remove() not yet implemented!");
-}
-
status_t Parcel::read(void* outData, size_t len) const
{
if (len > INT32_MAX) {